logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1588B)


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