logo

qmk_firmware

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

keyboard.json (811B)


  1. {
  2. "keyboard_name": "Tractyl Manuform (5x6) Proton-C",
  3. "matrix_pins": {
  4. "cols": ["B0", "B1", "B2", "B3", "B4", "B5"],
  5. "rows": ["B10", "B11", "B12", "A14", "A13", "A15"]
  6. },
  7. "diode_direction": "COL2ROW",
  8. "eeprom": {
  9. "driver": "spi"
  10. },
  11. "rgblight": {
  12. "led_count": 20,
  13. "split_count": [10, 10]
  14. },
  15. "audio": {
  16. "driver": "dac_additive"
  17. },
  18. "split": {
  19. "handedness": {
  20. "pin": "C14"
  21. },
  22. "serial": {
  23. "driver": "usart"
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "A6",
  28. "driver": "pwm"
  29. },
  30. "encoder": {
  31. "rotary": [
  32. {"pin_a": "A7", "pin_b": "A8"}
  33. ]
  34. },
  35. "development_board": "proton_c",
  36. "features": {
  37. "console": true
  38. }
  39. }