logo

qmk_firmware

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

keyboard.json (3700B)


  1. {
  2. "keyboard_name": "Karina",
  3. "manufacturer": "MisonoWorks",
  4. "url": "https://github.com/autumnisacutie/karina",
  5. "maintainer": "MisonoWorks",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xC456",
  9. "device_version": "0.0.1",
  10. "force_nkro": true
  11. },
  12. "rgblight": {
  13. "led_count": 19,
  14. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true,
  18. "snake": true,
  19. "knight": true,
  20. "christmas": true,
  21. "static_gradient": true,
  22. "rgb_test": true,
  23. "alternating": true,
  24. "twinkle": true
  25. }
  26. },
  27. "ws2812": {
  28. "pin": "D1"
  29. },
  30. "features": {
  31. "bootmagic": true,
  32. "encoder": true,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": true,
  36. "rgblight": true
  37. },
  38. "qmk": {
  39. "locking": {
  40. "enabled": false,
  41. "resync": true
  42. }
  43. },
  44. "matrix_pins": {
  45. "cols": ["B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F7", "F6"],
  46. "rows": ["D2", "D3", "D5", "F0"]
  47. },
  48. "diode_direction": "COL2ROW",
  49. "encoder": {
  50. "rotary": [
  51. {"pin_a": "B2", "pin_b": "B1", "resolution": 3},
  52. {"pin_a": "F4", "pin_b": "F5", "resolution": 3}
  53. ]
  54. },
  55. "processor": "atmega32u4",
  56. "bootloader": "atmel-dfu",
  57. "layouts": {
  58. "LAYOUT": {
  59. "layout": [
  60. {"matrix": [0, 0], "x": 0, "y": 0},
  61. {"matrix": [2, 10], "x": 10, "y": 0},
  62. {"matrix": [0, 1], "x": 0.5, "y": 1},
  63. {"matrix": [0, 2], "x": 1.5, "y": 1},
  64. {"matrix": [0, 3], "x": 2.5, "y": 1},
  65. {"matrix": [0, 4], "x": 3.5, "y": 1},
  66. {"matrix": [0, 5], "x": 4.5, "y": 1},
  67. {"matrix": [0, 6], "x": 5.5, "y": 1},
  68. {"matrix": [0, 7], "x": 6.5, "y": 1},
  69. {"matrix": [0, 8], "x": 7.5, "y": 1},
  70. {"matrix": [0, 9], "x": 8.5, "y": 1},
  71. {"matrix": [0, 10], "x": 9.5, "y": 1},
  72. {"matrix": [1, 0], "x": 0, "y": 2},
  73. {"matrix": [1, 1], "x": 1, "y": 2},
  74. {"matrix": [1, 2], "x": 2, "y": 2},
  75. {"matrix": [1, 3], "x": 3, "y": 2},
  76. {"matrix": [1, 4], "x": 4, "y": 2},
  77. {"matrix": [1, 5], "x": 5, "y": 2},
  78. {"matrix": [1, 6], "x": 6, "y": 2},
  79. {"matrix": [1, 7], "x": 7, "y": 2},
  80. {"matrix": [1, 8], "x": 8, "y": 2},
  81. {"matrix": [1, 9], "x": 9, "y": 2},
  82. {"matrix": [1, 10], "x": 10, "y": 2},
  83. {"matrix": [2, 0], "x": 0, "y": 3, "w": 1.5},
  84. {"matrix": [2, 1], "x": 1.5, "y": 3},
  85. {"matrix": [2, 2], "x": 2.5, "y": 3},
  86. {"matrix": [2, 3], "x": 3.5, "y": 3},
  87. {"matrix": [2, 4], "x": 4.5, "y": 3},
  88. {"matrix": [2, 5], "x": 5.5, "y": 3},
  89. {"matrix": [2, 6], "x": 6.5, "y": 3},
  90. {"matrix": [2, 7], "x": 7.5, "y": 3},
  91. {"matrix": [2, 8], "x": 8.5, "y": 3},
  92. {"matrix": [2, 9], "x": 9.5, "y": 3, "w": 1.5},
  93. {"matrix": [3, 0], "x": 0, "y": 4, "w": 1.75},
  94. {"matrix": [3, 1], "x": 1.75, "y": 4, "w": 1.25},
  95. {"matrix": [3, 3], "x": 3, "y": 4, "w": 2.75},
  96. {"matrix": [3, 6], "x": 5.75, "y": 4, "w": 2.25},
  97. {"matrix": [3, 8], "x": 8, "y": 4, "w": 1.25},
  98. {"matrix": [3, 9], "x": 9.25, "y": 4, "w": 1.75}
  99. ]
  100. }
  101. }
  102. }