logo

qmk_firmware

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

keyboard.json (559B)


  1. {
  2. "usb": {
  3. "device_version": "0.0.1"
  4. },
  5. "features": {
  6. "bootmagic": false,
  7. "command": true,
  8. "console": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["B5", "B6", "B7", "D0", "D1", "D2", "D3", "D4", "D5", "D7", "E0", "E1", "C0", "C1", "C2", "C3", "C4", "C5", "C6", "C7"],
  15. "rows": ["F0", "F1", "F2", "F3", "F4", "F5", "F6", "F7"]
  16. },
  17. "diode_direction": "ROW2COL",
  18. "processor": "at90usb1286",
  19. "bootloader": "halfkay"
  20. }