logo

qmk_firmware

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

keyboard.json (716B)


  1. {
  2. "matrix_pins": {
  3. "cols": ["B1", "B0", "A7", "A6", "A5", "A4"],
  4. "rows": ["B12", "B13", "B14", "B15", "A8", "A9", "A10"]
  5. },
  6. "diode_direction": "COL2ROW",
  7. "split": {
  8. "enabled": true,
  9. "bootmagic": {
  10. "matrix": [7, 0]
  11. },
  12. "serial": {
  13. "driver": "usart"
  14. },
  15. "handedness": {
  16. "pin": "B10"
  17. }
  18. },
  19. "development_board": "blackpill_f411",
  20. "features": {
  21. "bootmagic": true,
  22. "mousekey": true,
  23. "extrakey": true,
  24. "console": true,
  25. "command": true
  26. },
  27. "qmk": {
  28. "locking": {
  29. "enabled": true,
  30. "resync": true
  31. }
  32. }
  33. }