logo

qmk_firmware

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

keyboard.json (1672B)


  1. {
  2. "keyboard_name": "Felix",
  3. "manufacturer": "UniKeyboard",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x6060",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "backlight": true,
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["B5", "B4", "E6", "D7"],
  25. "rows": ["B2", "B3", "B1", "F7", "F6"]
  26. },
  27. "diode_direction": "ROW2COL",
  28. "backlight": {
  29. "pin": "C6",
  30. "levels": 5
  31. },
  32. "development_board": "promicro",
  33. "community_layouts": ["ortho_5x4"],
  34. "layout_aliases": {
  35. "LAYOUT": "LAYOUT_ortho_5x4"
  36. },
  37. "layouts": {
  38. "LAYOUT_ortho_5x4": {
  39. "layout": [
  40. {"matrix": [0, 0], "x": 0, "y": 0},
  41. {"matrix": [0, 1], "x": 1, "y": 0},
  42. {"matrix": [0, 2], "x": 2, "y": 0},
  43. {"matrix": [0, 3], "x": 3, "y": 0},
  44. {"matrix": [1, 0], "x": 0, "y": 1},
  45. {"matrix": [1, 1], "x": 1, "y": 1},
  46. {"matrix": [1, 2], "x": 2, "y": 1},
  47. {"matrix": [1, 3], "x": 3, "y": 1},
  48. {"matrix": [2, 0], "x": 0, "y": 2},
  49. {"matrix": [2, 1], "x": 1, "y": 2},
  50. {"matrix": [2, 2], "x": 2, "y": 2},
  51. {"matrix": [2, 3], "x": 3, "y": 2},
  52. {"matrix": [3, 0], "x": 0, "y": 3},
  53. {"matrix": [3, 1], "x": 1, "y": 3},
  54. {"matrix": [3, 2], "x": 2, "y": 3},
  55. {"matrix": [3, 3], "x": 3, "y": 3},
  56. {"matrix": [4, 0], "x": 0, "y": 4},
  57. {"matrix": [4, 1], "x": 1, "y": 4},
  58. {"matrix": [4, 2], "x": 2, "y": 4},
  59. {"matrix": [4, 3], "x": 3, "y": 4}
  60. ]
  61. }
  62. }
  63. }