logo

qmk_firmware

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

keyboard.json (1547B)


  1. {
  2. "keyboard_name": "frankie_macropad",
  3. "manufacturer": "Eric Wood",
  4. "url": "https://github.com/eric-wood/macro-pad",
  5. "maintainer": "eric-wood",
  6. "usb": {
  7. "vid": "0xF00D",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "build": {
  12. "lto": true
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "encoder": true,
  17. "extrakey": true,
  18. "grave_esc": false,
  19. "magic": false,
  20. "mousekey": false,
  21. "nkro": false,
  22. "space_cadet": false
  23. },
  24. "matrix_pins": {
  25. "cols": ["B3", "B4", "B5", "B6"],
  26. "rows": ["B0", "B1", "B2"]
  27. },
  28. "diode_direction": "COL2ROW",
  29. "encoder": {
  30. "rotary": [
  31. {"pin_a": "D0", "pin_b": "D1"},
  32. {"pin_a": "D2", "pin_b": "D3"}
  33. ]
  34. },
  35. "bootmagic": {
  36. "matrix": [2, 0]
  37. },
  38. "processor": "atmega16u2",
  39. "bootloader": "atmel-dfu",
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0},
  45. {"matrix": [1, 0], "x": 0, "y": 1},
  46. {"matrix": [1, 1], "x": 1, "y": 1},
  47. {"matrix": [1, 2], "x": 2, "y": 1},
  48. {"matrix": [1, 3], "x": 3, "y": 1},
  49. {"matrix": [2, 0], "x": 0, "y": 2},
  50. {"matrix": [2, 1], "x": 1, "y": 2},
  51. {"matrix": [2, 2], "x": 2, "y": 2},
  52. {"matrix": [2, 3], "x": 3, "y": 2}
  53. ]
  54. }
  55. }
  56. }