logo

qmk_firmware

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

keyboard.json (1391B)


  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoMacrodeck",
  4. "maintainer": "joe-scotto",
  5. "development_board": "promicro",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "mousekey": true,
  10. "nkro": true
  11. },
  12. "build" : {
  13. "lto": true,
  14. },
  15. "matrix_pins": {
  16. "direct": [
  17. ["D3", "D2", "D1", null],
  18. ["D0", "D4", "C6", "D7"],
  19. ["E6", "B4", "B5", "F4"]
  20. ]
  21. },
  22. "url": "https://scottokeebs.com",
  23. "usb": {
  24. "device_version": "1.0.0",
  25. "pid": "0x0015",
  26. "vid": "0xFEED"
  27. },
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. // Row 1
  32. { "matrix": [0, 0], "x": 0, "y": 0 },
  33. { "matrix": [0, 1], "x": 1, "y": 0 },
  34. { "matrix": [0, 2], "x": 2, "y": 0 },
  35. // Row 2
  36. { "matrix": [1, 0], "x": 0, "y": 1 },
  37. { "matrix": [1, 1], "x": 1, "y": 1 },
  38. { "matrix": [1, 2], "x": 2, "y": 1 },
  39. { "matrix": [1, 3], "x": 3, "y": 1 },
  40. // Row 3
  41. { "matrix": [2, 0], "x": 0, "y": 2 },
  42. { "matrix": [2, 1], "x": 1, "y": 2 },
  43. { "matrix": [2, 2], "x": 2, "y": 2 },
  44. { "matrix": [2, 3], "x": 3, "y": 2 }
  45. ]
  46. }
  47. }
  48. }