logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1330B)


  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. "extrakey": true,
  14. "mousekey": true,
  15. "rgblight": true
  16. },
  17. "processor": "atmega32u4",
  18. "bootloader": "atmel-dfu",
  19. "matrix_pins": {
  20. "cols": ["D2", "D1", "D0"],
  21. "rows": ["D4"]
  22. },
  23. "diode_direction": "ROW2COL",
  24. "rgblight": {
  25. "led_count": 5,
  26. "led_map": [4, 0, 1, 2, 3],
  27. "sleep": true,
  28. "animations": {
  29. "alternating": true,
  30. "breathing": true,
  31. "christmas": true,
  32. "knight": true,
  33. "rainbow_mood": true,
  34. "rainbow_swirl": true,
  35. "rgb_test": true,
  36. "snake": true,
  37. "static_gradient": true,
  38. "twinkle": true
  39. }
  40. },
  41. "ws2812": {
  42. "pin": "B1"
  43. },
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. {"matrix": [0, 0], "x": 0, "y": 0},
  48. {"matrix": [0, 1], "x": 1, "y": 0},
  49. {"matrix": [0, 2], "x": 2, "y": 0}
  50. ]
  51. }
  52. }
  53. }