logo

qmk_firmware

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

keyboard.json (361B)


  1. {
  2. "build": {
  3. "lto": true
  4. },
  5. "development_board": "elite_c",
  6. "matrix_pins": {
  7. "cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
  8. "rows": ["C6", "D7", "E6", "B4", "B5"]
  9. },
  10. "split": {
  11. "serial": {
  12. "pin": "D2"
  13. }
  14. },
  15. "ws2812": {
  16. "pin": "D3"
  17. },
  18. "encoder": {
  19. "rotary": [
  20. {"pin_a": "F4", "pin_b": "F5"}
  21. ]
  22. }
  23. }