keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "keyboard_name": "The Key V2",
  3. "manufacturer": "Drop Inc.",
  4. "url": "https://drop.com/buy/stack-overflow-the-key-v2-macropad",
  5. "maintainer": "zvecr",
  6. "usb": {
  7. "vid": "0x359B",
  8. "pid": "0x000E",
  9. "device_version": "2.0.0"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "rgblight": true
  18. },
  19. "processor": "atmega32u4",
  20. "bootloader": "atmel-dfu",
  21. "matrix_pins": {
  22. "cols": ["D2", "D1", "D0"],
  23. "rows": ["D4"]
  24. },
  25. "diode_direction": "ROW2COL",
  26. "rgblight": {
  27. "led_count": 5,
  28. "led_map": [4, 0, 1, 2, 3],
  29. "sleep": true,
  30. "animations": {
  31. "alternating": true,
  32. "breathing": true,
  33. "christmas": true,
  34. "knight": true,
  35. "rainbow_mood": true,
  36. "rainbow_swirl": true,
  37. "rgb_test": true,
  38. "snake": true,
  39. "static_gradient": true,
  40. "twinkle": true
  41. }
  42. },
  43. "ws2812": {
  44. "pin": "B1"
  45. },
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"matrix": [0, 0], "x": 0, "y": 0},
  50. {"matrix": [0, 1], "x": 1, "y": 0},
  51. {"matrix": [0, 2], "x": 2, "y": 0}
  52. ]
  53. }
  54. }
  55. }