logo

qmk_firmware

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

keyboard.json (1477B)


  1. {
  2. "manufacturer": "Can Baytok",
  3. "keyboard_name": "Cans12erV2",
  4. "maintainer": "canbaytok",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "encoder": {
  8. "rotary": [
  9. {"pin_a": "GP14", "pin_b": "GP15"}
  10. ]
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["GP9", "GP10", "GP11", "GP12"],
  21. "rows": ["GP13", "GP7", "GP8"]
  22. },
  23. "host_language": "german",
  24. "processor": "RP2040",
  25. "url": "https://github.com/canbaytok/Cans12erV2",
  26. "usb": {
  27. "device_version": "1.0.0",
  28. "pid": "0xABC0",
  29. "vid": "0x4342"
  30. },
  31. "layouts": {
  32. "LAYOUT": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [0, 3], "x": 3, "y": 0, "encoder": 0},
  38. {"matrix": [1, 0], "x": 0, "y": 1},
  39. {"matrix": [1, 1], "x": 1, "y": 1},
  40. {"matrix": [1, 2], "x": 2, "y": 1},
  41. {"matrix": [1, 3], "x": 3, "y": 1},
  42. {"matrix": [2, 0], "x": 0, "y": 2},
  43. {"matrix": [2, 1], "x": 1, "y": 2},
  44. {"matrix": [2, 2], "x": 2, "y": 2},
  45. {"matrix": [2, 3], "x": 3, "y": 2}
  46. ]
  47. }
  48. }
  49. }