logo

qmk_firmware

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

keyboard.json (361B)


  1. {
  2. "matrix_pins": {
  3. "cols": ["B1"],
  4. "rows": ["B10"]
  5. },
  6. "split": {
  7. "handedness": {
  8. "pin": "A7"
  9. }
  10. },
  11. "diode_direction": "COL2ROW",
  12. "development_board": "bluepill",
  13. "features": {
  14. "bootmagic": false,
  15. "mousekey": false,
  16. "extrakey": false,
  17. "console": true
  18. }
  19. }