logo

qmk_firmware

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

keyboard.json (391B)


  1. {
  2. "usb": {
  3. "device_version": "1.0.1"
  4. },
  5. "split": {
  6. "serial": {
  7. "driver": "usart"
  8. }
  9. },
  10. "ws2812": {
  11. "pin": "A9"
  12. },
  13. "matrix_pins": {
  14. "cols": ["A1", "A0", "B8", "B13", "B14", "B15", "B9"],
  15. "rows": ["B5", "B3", "B2", "B1", "B0"]
  16. },
  17. "diode_direction": "COL2ROW",
  18. "development_board": "proton_c"
  19. }