logo

qmk_firmware

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

keyboard.json (409B)


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