logo

qmk_firmware

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

keyboard.json (376B)


  1. {
  2. "bootloader": "stm32duino",
  3. "processor": "STM32F103",
  4. "diode_direction": "COL2ROW",
  5. "usb": {
  6. "pid": "0x4241",
  7. "device_version": "2.0.0"
  8. },
  9. "matrix_pins": {
  10. "cols": ["A15"],
  11. "rows": ["A8"]
  12. },
  13. "encoder": {
  14. "enabled": true,
  15. "rotary": [
  16. {"pin_a": "B3", "pin_b": "B4"}
  17. ]
  18. }
  19. }