logo

qmk_firmware

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

keyboard.json (1308B)


  1. {
  2. "keyboard_name": "Bookerboard",
  3. "manufacturer": "AlisGraveNil",
  4. "maintainer": "AlisGraveNil",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x41CE",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "command": true,
  13. "console": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false
  17. },
  18. "matrix_pins": {
  19. "cols": ["B6", "B2", "B3"],
  20. "rows": ["B5", "B4", "E6", "D7"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "processor": "atmega32u4",
  24. "bootloader": "atmel-dfu",
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 0], "x": 0, "y": 0},
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [0, 2], "x": 2, "y": 0},
  31. {"matrix": [1, 0], "x": 0, "y": 1},
  32. {"matrix": [1, 1], "x": 1, "y": 1},
  33. {"matrix": [1, 2], "x": 2, "y": 1},
  34. {"matrix": [2, 0], "x": 0, "y": 2},
  35. {"matrix": [2, 1], "x": 1, "y": 2},
  36. {"matrix": [2, 2], "x": 2, "y": 2},
  37. {"matrix": [3, 0], "x": 0, "y": 3},
  38. {"matrix": [3, 1], "x": 1, "y": 3},
  39. {"matrix": [3, 2], "x": 2, "y": 3}
  40. ]
  41. }
  42. }
  43. }