logo

qmk_firmware

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

keyboard.json (1745B)


  1. {
  2. "keyboard_name": "SiCK-PAD",
  3. "manufacturer": "FedorSosnin",
  4. "url": "https://www.thingiverse.com/thing:3682168",
  5. "maintainer": "jmschneider",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xDA20",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": false,
  14. "mousekey": false,
  15. "nkro": false
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["B9", "B15", "B14", "B13"],
  25. "rows": ["B0", "B1", "B2", "B3", "B4"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "development_board": "proton_c",
  29. "community_layouts": ["numpad_5x4"],
  30. "layouts": {
  31. "LAYOUT_numpad_5x4": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [0, 1], "x": 1, "y": 0},
  35. {"matrix": [0, 2], "x": 2, "y": 0},
  36. {"matrix": [0, 3], "x": 3, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [2, 0], "x": 0, "y": 2},
  41. {"matrix": [2, 1], "x": 1, "y": 2},
  42. {"matrix": [2, 2], "x": 2, "y": 2},
  43. {"matrix": [2, 3], "x": 3, "y": 1, "h": 2},
  44. {"matrix": [3, 0], "x": 0, "y": 3},
  45. {"matrix": [3, 1], "x": 1, "y": 3},
  46. {"matrix": [3, 2], "x": 2, "y": 3},
  47. {"matrix": [4, 1], "x": 0, "y": 4, "w": 2},
  48. {"matrix": [4, 2], "x": 2, "y": 4},
  49. {"matrix": [4, 3], "x": 3, "y": 3, "h": 2}
  50. ]
  51. }
  52. }
  53. }