logo

qmk_firmware

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

keyboard.json (1982B)


  1. {
  2. "keyboard_name": "Numeric Keypad IIe",
  3. "manufacturer": "Apple Inc.",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x0000",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": false,
  12. "command": true,
  13. "console": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false
  17. },
  18. "matrix_pins": {
  19. "cols": ["D1", "D0", "D4", "C6", "D7", "E6"],
  20. "rows": ["B0", "B2", "D2", "D3"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "processor": "atmega32u4",
  24. "bootloader": "caterina",
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 1], "x": 0, "y": 0},
  29. {"matrix": [0, 5], "x": 2, "y": 0},
  30. {"matrix": [3, 2], "x": 3, "y": 0},
  31. {"matrix": [3, 3], "x": 4, "y": 0},
  32. {"matrix": [2, 2], "x": 5.5, "y": 0},
  33. {"matrix": [0, 0], "x": 6.5, "y": 0},
  34. {"matrix": [1, 1], "x": 0, "y": 1},
  35. {"matrix": [0, 2], "x": 2, "y": 1},
  36. {"matrix": [0, 3], "x": 3, "y": 1},
  37. {"matrix": [0, 4], "x": 4, "y": 1},
  38. {"matrix": [2, 3], "x": 5.5, "y": 1},
  39. {"matrix": [1, 0], "x": 6.5, "y": 1},
  40. {"matrix": [3, 1], "x": 0, "y": 2},
  41. {"matrix": [1, 3], "x": 2, "y": 2},
  42. {"matrix": [1, 4], "x": 3, "y": 2},
  43. {"matrix": [1, 5], "x": 4, "y": 2},
  44. {"matrix": [3, 5], "x": 5.5, "y": 2},
  45. {"matrix": [3, 0], "x": 6.5, "y": 2},
  46. {"matrix": [2, 1], "x": 0, "y": 3},
  47. {"matrix": [1, 2], "x": 1.5, "y": 3, "w": 1.5},
  48. {"matrix": [2, 5], "x": 3, "y": 3},
  49. {"matrix": [3, 4], "x": 4, "y": 3},
  50. {"matrix": [2, 4], "x": 5.5, "y": 3},
  51. {"matrix": [2, 0], "x": 6.5, "y": 3}
  52. ]
  53. }
  54. }
  55. }