logo

qmk_firmware

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

keyboard.json (528B)


  1. {
  2. "matrix_pins": {
  3. "cols": ["E6", "C7", "B4", "D7", "D6", "D4", "D5", "D3", "F5", "F6", "F7", "C6", "B6", "B5"],
  4. "rows": ["B3", "D2", "F0", "F4", "F1"]
  5. },
  6. "indicators": {
  7. "caps_lock": "B7"
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "mousekey": true,
  12. "extrakey": true,
  13. "nkro": false
  14. },
  15. "qmk": {
  16. "locking": {
  17. "enabled": true,
  18. "resync": true
  19. }
  20. },
  21. "processor": "atmega32u4",
  22. "bootloader": "atmel-dfu"
  23. }