logo

qmk_firmware

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

keyboard.json (519B)


  1. {
  2. "processor": "atmega32u4",
  3. "bootloader": "caterina",
  4. "features": {
  5. "bluetooth": true,
  6. "bootmagic": true,
  7. "command": true,
  8. "console": true,
  9. "extrakey": true,
  10. "mousekey": false,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["C7", "D6", "B7", "B6", "F0", "D2", "D3", "F1", "F4", "F5", "F6", "F7"],
  15. "rows": ["B5", "D7", "C6", "D0"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "bluetooth": {
  19. "driver": "bluefruit_le"
  20. }
  21. }