logo

qmk_firmware

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

keyboard.json (2330B)


  1. {
  2. "keyboard_name": "Suihankey",
  3. "manufacturer": "kakunpc",
  4. "url": "https://kakunpc.booth.pm/",
  5. "maintainer": "kakunpc",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 18,
  15. "sleep": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "D3"
  31. },
  32. "matrix_pins": {
  33. "cols": ["F4", "F5", "F6", "F7"],
  34. "rows": ["D4", "C6", "D7", "E6", "B4"]
  35. },
  36. "diode_direction": "COL2ROW",
  37. "processor": "atmega32u4",
  38. "bootloader": "atmel-dfu",
  39. "features": {
  40. "bootmagic": true,
  41. "mousekey": false,
  42. "extrakey": false,
  43. "rgblight": true,
  44. "oled": true
  45. },
  46. "qmk": {
  47. "locking": {
  48. "enabled": true,
  49. "resync": true
  50. }
  51. },
  52. "layouts": {
  53. "LAYOUT": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 0.375},
  56. {"matrix": [1, 0], "x": 1, "y": 0.125},
  57. {"matrix": [2, 0], "x": 2, "y": 0},
  58. {"matrix": [3, 0], "x": 3, "y": 0.125},
  59. {"matrix": [4, 0], "x": 4, "y": 0.25},
  60. {"matrix": [0, 1], "x": 0, "y": 1.375},
  61. {"matrix": [1, 1], "x": 1, "y": 1.125},
  62. {"matrix": [2, 1], "x": 2, "y": 1},
  63. {"matrix": [3, 1], "x": 3, "y": 1.125},
  64. {"matrix": [4, 1], "x": 4, "y": 1.25},
  65. {"matrix": [0, 2], "x": 0, "y": 2.375},
  66. {"matrix": [1, 2], "x": 1, "y": 2.125},
  67. {"matrix": [2, 2], "x": 2, "y": 2},
  68. {"matrix": [3, 2], "x": 3, "y": 2.125},
  69. {"matrix": [4, 2], "x": 4, "y": 2.25},
  70. {"matrix": [0, 3], "x": 3.4, "y": 3.25},
  71. {"matrix": [1, 3], "x": 4.4, "y": 3.55},
  72. {"matrix": [2, 3], "x": 5.4, "y": 3.85}
  73. ]
  74. }
  75. }
  76. }