logo

qmk_firmware

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

keyboard.json (529B)


  1. {
  2. "features": {
  3. "backlight": true,
  4. "bootmagic": true,
  5. "command": true,
  6. "extrakey": true,
  7. "mousekey": true,
  8. "nkro": true
  9. },
  10. "matrix_pins": {
  11. "cols": ["D1", "D2", "C6", "C7", "B6", "B5", "B4", "B3", "B2", "B1", "B0", "D6"],
  12. "rows": ["D3", "C5", "D4", "D5"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "backlight": {
  16. "pin": "B7",
  17. "levels": 5,
  18. "breathing": true
  19. },
  20. "processor": "atmega32u2",
  21. "bootloader": "atmel-dfu"
  22. }