logo

qmk_firmware

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

keyboard.json (469B)


  1. {
  2. "usb": {
  3. "device_version": "0.0.1"
  4. },
  5. "features": {
  6. "bootmagic": true,
  7. "console": true,
  8. "extrakey": true,
  9. "mousekey": true,
  10. "nkro": false
  11. },
  12. "matrix_pins": {
  13. "cols": ["D3", "D2", "D1", "D0", "D5", "F7", "F6", "E6", "F5", "F4", "F1", "F0"],
  14. "rows": ["C7", "C6", "B6", "B5", "B7"]
  15. },
  16. "diode_direction": "COL2ROW",
  17. "processor": "atmega32u4",
  18. "bootloader": "atmel-dfu"
  19. }