logo

qmk_firmware

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

keyboard.json (2288B)


  1. {
  2. "keyboard_name": "RooPad",
  3. "manufacturer": "ToastyStoemp",
  4. "maintainer": "ToastyStoemp",
  5. "usb": {
  6. "vid": "0x36B6",
  7. "pid": "0x0001",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "extrakey": true,
  13. "mousekey": false,
  14. "nkro": true,
  15. "rgblight": true
  16. },
  17. "rgblight": {
  18. "led_count": 21,
  19. "sleep": true,
  20. "animations": {
  21. "breathing": true,
  22. "rainbow_mood": true,
  23. "rainbow_swirl": true,
  24. "snake": true,
  25. "knight": true,
  26. "christmas": true,
  27. "static_gradient": true,
  28. "rgb_test": true,
  29. "alternating": true,
  30. "twinkle": true
  31. }
  32. },
  33. "ws2812": {
  34. "pin": "B6"
  35. },
  36. "matrix_pins": {
  37. "cols": ["F0", "B4", "D7", "D6", "D4"],
  38. "rows": ["B5", "F6", "F5", "F4", "F1"]
  39. },
  40. "diode_direction": "COL2ROW",
  41. "processor": "atmega32u4",
  42. "bootloader": "atmel-dfu",
  43. "layouts": {
  44. "LAYOUT": {
  45. "layout": [
  46. {"matrix": [0, 1], "x": 1.5, "y": 0},
  47. {"matrix": [0, 2], "x": 2.5, "y": 0},
  48. {"matrix": [0, 3], "x": 3.5, "y": 0},
  49. {"matrix": [0, 4], "x": 4.5, "y": 0},
  50. {"matrix": [1, 0], "x": 0, "y": 1},
  51. {"matrix": [1, 1], "x": 1.5, "y": 1},
  52. {"matrix": [1, 2], "x": 2.5, "y": 1},
  53. {"matrix": [1, 3], "x": 3.5, "y": 1},
  54. {"matrix": [1, 4], "x": 4.5, "y": 1, "h": 2},
  55. {"matrix": [2, 0], "x": 0, "y": 2},
  56. {"matrix": [2, 1], "x": 1.5, "y": 2},
  57. {"matrix": [2, 2], "x": 2.5, "y": 2},
  58. {"matrix": [2, 3], "x": 3.5, "y": 2},
  59. {"matrix": [3, 0], "x": 0, "y": 3},
  60. {"matrix": [3, 1], "x": 1.5, "y": 3},
  61. {"matrix": [3, 2], "x": 2.5, "y": 3},
  62. {"matrix": [3, 3], "x": 3.5, "y": 3},
  63. {"matrix": [3, 4], "x": 4.5, "y": 3, "h": 2},
  64. {"matrix": [4, 0], "x": 0, "y": 4},
  65. {"matrix": [4, 1], "x": 1.5, "y": 4, "w": 2},
  66. {"matrix": [4, 3], "x": 3.5, "y": 4}
  67. ]
  68. }
  69. }
  70. }