logo

qmk_firmware

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

keyboard.json (551B)


  1. {
  2. "usb": {
  3. "device_version": "0.0.2"
  4. },
  5. "features": {
  6. "bootmagic": false,
  7. "command": true,
  8. "console": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["B0", "B1", "B10", "B12", "B13", "B14", "B15", "A8", "A7", "A10", "A6", "A5", "A15", "B3", "B4", "B5", "B6", "B7", "B8", "B9"],
  15. "rows": ["C13", "C14", "C15", "A0", "A1", "A2", "A3", "A4"]
  16. },
  17. "diode_direction": "ROW2COL",
  18. "development_board": "blackpill_f411"
  19. }