keyboard.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "keyboard_name": "rb18",
  3. "manufacturer": "ryanbaekr",
  4. "url": "",
  5. "maintainer": "ryanbaekr",
  6. "usb": {
  7. "vid": "0x7262",
  8. "pid": "0x0018",
  9. "device_version": "0.0.3"
  10. },
  11. "rgblight": {
  12. "led_count": 3,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "B0"
  28. },
  29. "features": {
  30. "bootmagic": true,
  31. "command": false,
  32. "console": false,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": false,
  36. "rgblight": true
  37. },
  38. "qmk": {
  39. "locking": {
  40. "enabled": true,
  41. "resync": true
  42. }
  43. },
  44. "matrix_pins": {
  45. "cols": ["B2", "B6", "B5", "B4"],
  46. "rows": ["B1", "F7", "F6", "F5", "F4"]
  47. },
  48. "diode_direction": "COL2ROW",
  49. "processor": "atmega32u4",
  50. "bootloader": "caterina",
  51. "layouts": {
  52. "LAYOUT_numpad_5x4": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [1, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [0, 3], "x": 3, "y": 0},
  58. {"matrix": [1, 0], "x": 0, "y": 1},
  59. {"matrix": [2, 1], "x": 1, "y": 1},
  60. {"matrix": [1, 2], "x": 2, "y": 1},
  61. {"matrix": [2, 0], "x": 0, "y": 2},
  62. {"matrix": [3, 1], "x": 1, "y": 2},
  63. {"matrix": [2, 2], "x": 2, "y": 2},
  64. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  65. {"matrix": [3, 0], "x": 0, "y": 3},
  66. {"matrix": [4, 1], "x": 1, "y": 3},
  67. {"matrix": [3, 2], "x": 2, "y": 3},
  68. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  69. {"matrix": [4, 2], "x": 2, "y": 4},
  70. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  71. ]
  72. }
  73. }
  74. }