keyboard.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "keyboard_name": "CU7",
  3. "manufacturer": "CapsUnlocked",
  4. "url": "https://caps-unlocked.com/cu7/",
  5. "maintainer": "rys",
  6. "usb": {
  7. "vid": "0x4355",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "F1"
  13. },
  14. "rgblight": {
  15. "hue_steps": 10,
  16. "led_count": 6,
  17. "max_brightness": 50,
  18. "animations": {
  19. "breathing": true,
  20. "rainbow_mood": true,
  21. "rainbow_swirl": true,
  22. "snake": true,
  23. "knight": true,
  24. "christmas": true,
  25. "static_gradient": true,
  26. "rgb_test": true,
  27. "alternating": true,
  28. "twinkle": true
  29. }
  30. },
  31. "features": {
  32. "bootmagic": true,
  33. "command": false,
  34. "console": false,
  35. "encoder": true,
  36. "extrakey": true,
  37. "mousekey": true,
  38. "nkro": false,
  39. "rgblight": true
  40. },
  41. "qmk": {
  42. "locking": {
  43. "enabled": true,
  44. "resync": true
  45. }
  46. },
  47. "matrix_pins": {
  48. "cols": ["F5", "F7", "F4"],
  49. "rows": ["D7", "F0", "F6"]
  50. },
  51. "diode_direction": "COL2ROW",
  52. "encoder": {
  53. "rotary": [
  54. {"pin_a": "D6", "pin_b": "D4", "resolution": 2}
  55. ]
  56. },
  57. "processor": "atmega32u4",
  58. "bootloader": "atmel-dfu",
  59. "layouts": {
  60. "LAYOUT": {
  61. "layout": [
  62. {"matrix": [0, 1], "x": 0.5, "y": 0, "w": 2, "h": 2},
  63. {"matrix": [1, 0], "x": 0, "y": 2.5},
  64. {"matrix": [1, 1], "x": 1, "y": 2.5},
  65. {"matrix": [1, 2], "x": 2, "y": 2.5},
  66. {"matrix": [2, 0], "x": 0, "y": 3.5},
  67. {"matrix": [2, 1], "x": 1, "y": 3.5},
  68. {"matrix": [2, 2], "x": 2, "y": 3.5}
  69. ]
  70. }
  71. }
  72. }