keyboard.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "keyboard_name": "SkeletonNumPad",
  3. "manufacturer": "SkeletonKBD",
  4. "url": "https://github.com/skeletonkbd/SkeletonNumPad",
  5. "maintainer": "skeletonkbd",
  6. "usb": {
  7. "vid": "0x736C",
  8. "pid": "0x6E70",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "D4"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 17,
  18. "max_brightness": 120,
  19. "sleep": true,
  20. "animations": {
  21. "breathing": true,
  22. "rainbow_mood": true,
  23. "rainbow_swirl": true,
  24. "snake": true,
  25. "knight": true,
  26. "christmas": true,
  27. "static_gradient": true,
  28. "rgb_test": true,
  29. "alternating": true
  30. }
  31. },
  32. "features": {
  33. "bootmagic": true,
  34. "command": false,
  35. "console": false,
  36. "extrakey": true,
  37. "mousekey": true,
  38. "nkro": false,
  39. "rgblight": true
  40. },
  41. "qmk": {
  42. "locking": {
  43. "enabled": true,
  44. "resync": true
  45. }
  46. },
  47. "matrix_pins": {
  48. "cols": ["D6", "D7", "B4", "B5"],
  49. "rows": ["B6", "C6", "C7", "F7", "F6"]
  50. },
  51. "diode_direction": "COL2ROW",
  52. "processor": "atmega32u4",
  53. "bootloader": "atmel-dfu",
  54. "layouts": {
  55. "LAYOUT_numpad_5x4": {
  56. "layout": [
  57. {"matrix": [0, 0], "x": 0, "y": 0},
  58. {"matrix": [0, 1], "x": 1, "y": 0},
  59. {"matrix": [0, 2], "x": 2, "y": 0},
  60. {"matrix": [0, 3], "x": 3, "y": 0},
  61. {"matrix": [1, 0], "x": 0, "y": 1},
  62. {"matrix": [1, 1], "x": 1, "y": 1},
  63. {"matrix": [1, 2], "x": 2, "y": 1},
  64. {"matrix": [2, 0], "x": 0, "y": 2},
  65. {"matrix": [2, 1], "x": 1, "y": 2},
  66. {"matrix": [2, 2], "x": 2, "y": 2},
  67. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  68. {"matrix": [3, 0], "x": 0, "y": 3},
  69. {"matrix": [3, 1], "x": 1, "y": 3},
  70. {"matrix": [3, 2], "x": 2, "y": 3},
  71. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  72. {"matrix": [4, 2], "x": 2, "y": 4},
  73. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  74. ]
  75. }
  76. }
  77. }