logo

qmk_firmware

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

keyboard.json (621B)


  1. {
  2. "keyboard_name": "Tractyl Manuform (5x6) Teensy 2.0++",
  3. "matrix_pins": {
  4. "cols": ["C0", "C1", "C2", "C3", "C4", "C5"],
  5. "rows": ["F7", "F6", "F5", "F4", "F3", "F2"]
  6. },
  7. "diode_direction": "COL2ROW",
  8. "encoder": {
  9. "rotary": [
  10. {"pin_a": "D5", "pin_b": "D4"}
  11. ]
  12. },
  13. "split": {
  14. "serial": {
  15. "pin": "D2"
  16. }
  17. },
  18. "ws2812": {
  19. "pin": "E7"
  20. },
  21. "rgblight": {
  22. "led_count": 20,
  23. "max_brightness": 80,
  24. "split_count": [10, 10]
  25. },
  26. "processor": "at90usb1286",
  27. "bootloader": "halfkay"
  28. }