logo

qmk_firmware

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

keyboard.json (834B)


  1. {
  2. "manufacturer": "Binepad",
  3. "keyboard_name": "KN01",
  4. "maintainer": "Binpad",
  5. "bootloader": "stm32duino",
  6. "diode_direction": "COL2ROW",
  7. "encoder": {
  8. "rotary": [
  9. {"pin_a": "B3", "pin_b": "B4"}
  10. ]
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true
  17. },
  18. "matrix_pins": {
  19. "cols": ["A15"],
  20. "rows": ["A8"]
  21. },
  22. "processor": "STM32F103",
  23. "url": "http://binepad.com",
  24. "usb": {
  25. "device_version": "1.0.0",
  26. "pid": "0x4040",
  27. "vid": "0x4249"
  28. },
  29. "community_layouts": ["ortho_1x1"],
  30. "layouts": {
  31. "LAYOUT_ortho_1x1": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2}
  34. ]
  35. }
  36. }
  37. }