logo

qmk_firmware

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

keyboard.json (482B)


  1. {
  2. "matrix_pins": {
  3. "cols": ["B6"],
  4. "rows": ["B3"]
  5. },
  6. "diode_direction": "COL2ROW",
  7. "split": {
  8. "handedness": {
  9. "pin": "F6"
  10. },
  11. "serial": {
  12. "pin": "D1"
  13. }
  14. },
  15. "ws2812": {
  16. "pin": "D3"
  17. },
  18. "processor": "atmega32u4",
  19. "bootloader": "caterina",
  20. "features": {
  21. "bootmagic": false,
  22. "mousekey": false,
  23. "extrakey": false,
  24. "console": true
  25. }
  26. }