logo

qmk_firmware

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

keyboard.json (1429B)


  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoDeck",
  4. "maintainer": "joe-scotto",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "encoder": {
  8. "rotary": [
  9. {"pin_a": "GP2", "pin_b": "GP3"},
  10. {"pin_a": "GP27", "pin_b": "GP28"}
  11. ]
  12. },
  13. "features": {
  14. "bootmagic": true,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "matrix_pins": {
  21. "direct": [
  22. ["GP9", null, null, "GP21"],
  23. ["GP7", "GP8", "GP20", "GP23"],
  24. ["GP5", "GP6", "GP26", "GP22"]
  25. ]
  26. },
  27. "processor": "RP2040",
  28. "url": "https://scottokeebs.com",
  29. "usb": {
  30. "device_version": "1.0.0",
  31. "pid": "0x0024",
  32. "vid": "0xFEED"
  33. },
  34. "layouts": {
  35. "LAYOUT": {
  36. "layout": [
  37. {"matrix": [0, 0], "x": 0, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [1, 0], "x": 0, "y": 1},
  40. {"matrix": [1, 1], "x": 1, "y": 1},
  41. {"matrix": [1, 2], "x": 2, "y": 1},
  42. {"matrix": [1, 3], "x": 3, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2}
  47. ]
  48. }
  49. }
  50. }