keyboard.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "manufacturer": "keyquest",
  3. "keyboard_name": "Enclave-1",
  4. "maintainer": "keyquesttech",
  5. "usb": {
  6. "vid": "0x1117",
  7. "pid": "0x0E0E",
  8. "device_version": "0.0.1"
  9. },
  10. "ws2812": {
  11. "pin": "B5"
  12. },
  13. "rgblight": {
  14. "hue_steps": 10,
  15. "led_count": 2,
  16. "max_brightness": 200,
  17. "sleep": true,
  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. "build": {
  32. "lto": true
  33. },
  34. "features": {
  35. "bootmagic": true,
  36. "command": false,
  37. "console": false,
  38. "extrakey": true,
  39. "mousekey": true,
  40. "nkro": true,
  41. "rgblight": true
  42. },
  43. "matrix_pins": {
  44. "cols": ["B4", "B7", "C7"],
  45. "rows": ["D6", "B6", "F5"]
  46. },
  47. "diode_direction": "COL2ROW",
  48. "processor": "atmega32u4",
  49. "bootloader": "atmel-dfu",
  50. "layout_aliases": {
  51. "LAYOUT": "LAYOUT_ortho_3x3"
  52. },
  53. "layouts": {
  54. "LAYOUT_ortho_3x3": {
  55. "layout": [
  56. {"matrix": [0, 0], "x": 0, "y": 0},
  57. {"matrix": [0, 1], "x": 1, "y": 0},
  58. {"matrix": [0, 2], "x": 2, "y": 0},
  59. {"matrix": [1, 0], "x": 0, "y": 1},
  60. {"matrix": [1, 1], "x": 1, "y": 1},
  61. {"matrix": [1, 2], "x": 2, "y": 1},
  62. {"matrix": [2, 0], "x": 0, "y": 2},
  63. {"matrix": [2, 1], "x": 1, "y": 2},
  64. {"matrix": [2, 2], "x": 2, "y": 2}
  65. ]
  66. }
  67. }
  68. }