keyboard.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "keyboard_name": "ac001",
  3. "manufacturer": "hfd",
  4. "url": "",
  5. "maintainer": "jonylee@hfd",
  6. "usb": {
  7. "vid": "0xFFFE",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1",
  10. "force_nkro": true
  11. },
  12. "rgb_matrix": {
  13. "animations": {
  14. "breathing": true,
  15. "cycle_all": true,
  16. "cycle_left_right": true,
  17. "rainbow_moving_chevron": true,
  18. "multisplash": true
  19. },
  20. "driver": "ws2812",
  21. "react_on_keyup": true,
  22. "sleep": true
  23. },
  24. "features": {
  25. "bootmagic": true,
  26. "command": false,
  27. "console": false,
  28. "extrakey": true,
  29. "mousekey": false,
  30. "nkro": true,
  31. "rgb_matrix": true
  32. },
  33. "matrix_pins": {
  34. "cols": ["A5", "A6", "A7", "C4", "C5"],
  35. "rows": ["B15"]
  36. },
  37. "diode_direction": "ROW2COL",
  38. "eeprom": {
  39. "driver": "wear_leveling",
  40. "wear_leveling": {
  41. "driver": "spi_flash",
  42. "backing_size": 8192
  43. }
  44. },
  45. "ws2812": {
  46. "pin": "A1"
  47. },
  48. "qmk": {
  49. "tap_keycode_delay": 5,
  50. "locking": {
  51. "enabled": true,
  52. "resync": true
  53. }
  54. },
  55. "processor": "WB32FQ95",
  56. "bootloader": "wb32-dfu",
  57. "layouts": {
  58. "LAYOUT": {
  59. "layout": [
  60. {"matrix": [0, 0], "x": 0, "y": 0},
  61. {"matrix": [0, 1], "x": 1, "y": 0},
  62. {"matrix": [0, 2], "x": 2, "y": 0},
  63. {"matrix": [0, 3], "x": 3, "y": 0},
  64. {"matrix": [0, 4], "x": 4, "y": 0}
  65. ]
  66. }
  67. }
  68. }