keyboard.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "keyboard_name": "1337",
  3. "manufacturer": "0xCB",
  4. "url": "https://0xCB.dev",
  5. "maintainer": "Conor-Burns",
  6. "usb": {
  7. "vid": "0xCB00",
  8. "pid": "0x1337",
  9. "device_version": "0.0.1"
  10. },
  11. "backlight": {
  12. "pin": "B5",
  13. "levels": 7,
  14. "breathing": true
  15. },
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "F6", "pin_b": "F5"}
  19. ]
  20. },
  21. "qmk": {
  22. "locking": {
  23. "enabled": true,
  24. "resync": true
  25. },
  26. "tap_keycode_delay": 10
  27. },
  28. "qmk_lufa_bootloader": {
  29. "led": "B0"
  30. },
  31. "rgblight": {
  32. "saturation_steps": 8,
  33. "brightness_steps": 8,
  34. "led_count": 4,
  35. "sleep": true,
  36. "animations": {
  37. "breathing": true,
  38. "rainbow_mood": true,
  39. "rainbow_swirl": true,
  40. "snake": true,
  41. "knight": true,
  42. "christmas": true,
  43. "static_gradient": true,
  44. "rgb_test": true,
  45. "alternating": true,
  46. "twinkle": true
  47. },
  48. "default": {
  49. "hue": 152,
  50. "sat": 232,
  51. "speed": 2
  52. }
  53. },
  54. "ws2812": {
  55. "pin": "D3"
  56. },
  57. "processor": "atmega32u4",
  58. "bootloader": "qmk-dfu",
  59. "build": {
  60. "lto": true
  61. },
  62. "features": {
  63. "backlight": true,
  64. "bootmagic": true,
  65. "command": false,
  66. "console": false,
  67. "encoder": true,
  68. "extrakey": true,
  69. "mousekey": true,
  70. "nkro": false,
  71. "oled": true,
  72. "rgblight": true
  73. },
  74. "matrix_pins": {
  75. "direct": [
  76. ["D2", "D4", "F4"],
  77. ["D7", "B1", "B3"],
  78. ["E6", "B4", "B2"]
  79. ]
  80. },
  81. "layouts": {
  82. "LAYOUT": {
  83. "layout": [
  84. {"x": 0, "y": 0, "matrix": [0, 0]},
  85. {"x": 1, "y": 0, "matrix": [0, 1]},
  86. {"x": 2, "y": 0, "matrix": [0, 2]},
  87. {"x": 0, "y": 1, "matrix": [1, 0]},
  88. {"x": 1, "y": 1, "matrix": [1, 1]},
  89. {"x": 2, "y": 1, "matrix": [1, 2]},
  90. {"x": 0, "y": 2, "matrix": [2, 0]},
  91. {"x": 1, "y": 2, "matrix": [2, 1]},
  92. {"x": 2, "y": 2, "matrix": [2, 2]}
  93. ]
  94. }
  95. }
  96. }