logo

qmk_firmware

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

keyboard.json (2915B)


  1. {
  2. "keyboard_name": "Freebird Numpad Lite",
  3. "manufacturer": "KeebsForAll",
  4. "url": "https://keebsforall.com/products/fb-numpad-lite",
  5. "maintainer": "e11i0t23",
  6. "usb": {
  7. "vid": "0x6B66",
  8. "pid": "0x1013",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": false
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["C7", "B2", "B1", "B0"],
  25. "rows": ["B7", "B6", "B5", "B4", "B3"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "processor": "atmega32u2",
  29. "bootloader": "atmel-dfu",
  30. "community_layouts": ["numpad_5x4", "ortho_5x4"],
  31. "layouts": {
  32. "LAYOUT_numpad_5x4": {
  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},
  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": [2, 0], "x": 0, "y": 2},
  42. {"matrix": [2, 1], "x": 1, "y": 2},
  43. {"matrix": [2, 2], "x": 2, "y": 2},
  44. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  45. {"matrix": [3, 0], "x": 0, "y": 3},
  46. {"matrix": [3, 1], "x": 1, "y": 3},
  47. {"matrix": [3, 2], "x": 2, "y": 3},
  48. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  49. {"matrix": [4, 2], "x": 2, "y": 4},
  50. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  51. ]
  52. },
  53. "LAYOUT_ortho_5x4": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 0},
  56. {"matrix": [0, 1], "x": 1, "y": 0},
  57. {"matrix": [0, 2], "x": 2, "y": 0},
  58. {"matrix": [0, 3], "x": 3, "y": 0},
  59. {"matrix": [1, 0], "x": 0, "y": 1},
  60. {"matrix": [1, 1], "x": 1, "y": 1},
  61. {"matrix": [1, 2], "x": 2, "y": 1},
  62. {"matrix": [1, 3], "x": 3, "y": 1},
  63. {"matrix": [2, 0], "x": 0, "y": 2},
  64. {"matrix": [2, 1], "x": 1, "y": 2},
  65. {"matrix": [2, 2], "x": 2, "y": 2},
  66. {"matrix": [2, 3], "x": 3, "y": 2},
  67. {"matrix": [3, 0], "x": 0, "y": 3},
  68. {"matrix": [3, 1], "x": 1, "y": 3},
  69. {"matrix": [3, 2], "x": 2, "y": 3},
  70. {"matrix": [3, 3], "x": 3, "y": 3},
  71. {"matrix": [4, 0], "x": 0, "y": 4},
  72. {"matrix": [4, 1], "x": 1, "y": 4},
  73. {"matrix": [4, 2], "x": 2, "y": 4},
  74. {"matrix": [4, 3], "x": 3, "y": 4}
  75. ]
  76. }
  77. }
  78. }