logo

qmk_firmware

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

keyboard.json (378B)


  1. {
  2. "features": {
  3. "bootmagic": true,
  4. "extrakey": true,
  5. "mousekey": false,
  6. "nkro": false
  7. },
  8. "matrix_pins": {
  9. "cols": ["C6", "D7", "E6", "B4", "F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"],
  10. "rows": ["D1", "D0", "D4"]
  11. },
  12. "diode_direction": "COL2ROW",
  13. "processor": "atmega32u4",
  14. "bootloader": "caterina"
  15. }