keyboard.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "keyboard_name": "Rocketboard-16",
  3. "manufacturer": "Rocketboard",
  4. "url": "",
  5. "maintainer": "fl3tching101",
  6. "usb": {
  7. "vid": "0xB034",
  8. "pid": "0xFF16",
  9. "device_version": "0.0.1"
  10. },
  11. "build": {
  12. "lto": true
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "command": true,
  17. "console": true,
  18. "encoder": true,
  19. "extrakey": true,
  20. "mousekey": true,
  21. "nkro": true,
  22. "oled": true,
  23. "rgblight": true
  24. },
  25. "processor": "STM32F103",
  26. "bootloader": "stm32duino",
  27. "matrix_pins": {
  28. "cols": ["B8", "B9", "B10", "B11"],
  29. "rows": ["A9", "B13", "B14", "B15", "B3"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "encoder": {
  33. "rotary": [
  34. {"pin_a": "A0", "pin_b": "A1"},
  35. {"pin_a": "A2", "pin_b": "A3"}
  36. ]
  37. },
  38. "qmk": {
  39. "tap_keycode_delay": 20,
  40. "locking": {
  41. "enabled": true,
  42. "resync": true
  43. }
  44. },
  45. "bootmagic": {
  46. "matrix": [4, 1]
  47. },
  48. "rgblight": {
  49. "brightness_steps": 8,
  50. "led_count": 16,
  51. "sleep": true,
  52. "animations": {
  53. "breathing": true,
  54. "rainbow_mood": true,
  55. "rainbow_swirl": true,
  56. "snake": true,
  57. "knight": true,
  58. "christmas": true,
  59. "static_gradient": true,
  60. "rgb_test": true,
  61. "alternating": true,
  62. "twinkle": true
  63. }
  64. },
  65. "ws2812": {
  66. "pin": "A4"
  67. },
  68. "layout_aliases": {
  69. "LAYOUT_default": "LAYOUT"
  70. },
  71. "layouts": {
  72. "LAYOUT": {
  73. "layout": [
  74. {"matrix": [0, 0], "x": 0, "y": 0},
  75. {"matrix": [0, 3], "x": 3, "y": 0},
  76. {"matrix": [1, 0], "x": 0, "y": 1},
  77. {"matrix": [1, 1], "x": 1, "y": 1},
  78. {"matrix": [1, 2], "x": 2, "y": 1},
  79. {"matrix": [1, 3], "x": 3, "y": 1},
  80. {"matrix": [2, 0], "x": 0, "y": 2},
  81. {"matrix": [2, 1], "x": 1, "y": 2},
  82. {"matrix": [2, 2], "x": 2, "y": 2},
  83. {"matrix": [2, 3], "x": 3, "y": 2},
  84. {"matrix": [3, 0], "x": 0, "y": 3},
  85. {"matrix": [3, 1], "x": 1, "y": 3},
  86. {"matrix": [3, 2], "x": 2, "y": 3},
  87. {"matrix": [3, 3], "x": 3, "y": 3},
  88. {"matrix": [4, 0], "x": 0, "y": 4},
  89. {"matrix": [4, 1], "x": 1, "y": 4},
  90. {"matrix": [4, 2], "x": 2, "y": 4},
  91. {"matrix": [4, 3], "x": 3, "y": 4}
  92. ]
  93. }
  94. }
  95. }