logo

qmk_firmware

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

keyboard.json (533B)


  1. {
  2. "features": {
  3. "bootmagic": false,
  4. "extrakey": true,
  5. "mousekey": false,
  6. "nkro": false
  7. },
  8. "matrix_pins": {
  9. "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6", "D1"],
  10. "rows": ["C6", "D7", "E6", "B4", "B5"]
  11. },
  12. "diode_direction": "COL2ROW",
  13. "split": {
  14. "enabled": true,
  15. "handedness": {
  16. "pin": "D0"
  17. },
  18. "serial": {
  19. "pin": "D3"
  20. }
  21. },
  22. "processor": "atmega32u4",
  23. "bootloader": "caterina"
  24. }