logo

qmk_firmware

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

keyboard.json (1995B)


  1. {
  2. "manufacturer": "customMK",
  3. "keyboard_name": "Elysian",
  4. "maintainer": "customMK",
  5. "bootloader": "stm32-dfu",
  6. "debounce": 10,
  7. "diode_direction": "ROW2COL",
  8. "dynamic_keymap": {
  9. "layer_count": 32
  10. },
  11. "eeprom": {
  12. "driver": "spi"
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "encoder": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["A0", "A1", "A2", "A3", "A4"],
  23. "rows": ["B0", "B1", "B6", "B8"]
  24. },
  25. "processor": "STM32F411",
  26. "qmk": {
  27. "tap_keycode_delay": 10
  28. },
  29. "url": "https://shop.custommk.com/collections/elysian/products/elysian",
  30. "usb": {
  31. "device_version": "1.0.0",
  32. "pid": "0xFABB",
  33. "vid": "0xF35B",
  34. "force_nkro": true
  35. },
  36. "encoder": {
  37. "rotary": [
  38. { "pin_a": "A5", "pin_b": "A6", "resolution": 2},
  39. { "pin_a": "A7", "pin_b": "A8", "resolution": 2}
  40. ]
  41. },
  42. "layouts": {
  43. "LAYOUT": {
  44. "layout": [
  45. {"matrix": [0, 0], "x": 0, "y": 0},
  46. {"matrix": [0, 1], "x": 1, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1},
  48. {"matrix": [1, 1], "x": 1, "y": 1},
  49. {"matrix": [1, 2], "x": 2, "y": 1},
  50. {"matrix": [1, 3], "x": 3, "y": 1},
  51. {"matrix": [1, 4], "x": 4, "y": 1},
  52. {"matrix": [2, 0], "x": 0, "y": 2},
  53. {"matrix": [2, 1], "x": 1, "y": 2},
  54. {"matrix": [2, 2], "x": 2, "y": 2},
  55. {"matrix": [2, 3], "x": 3, "y": 2},
  56. {"matrix": [2, 4], "x": 4, "y": 2},
  57. {"matrix": [3, 0], "x": 0, "y": 3},
  58. {"matrix": [3, 1], "x": 1, "y": 3},
  59. {"matrix": [3, 2], "x": 2, "y": 3},
  60. {"matrix": [3, 3], "x": 3, "y": 3},
  61. {"matrix": [3, 4], "x": 4, "y": 3}
  62. ]
  63. }
  64. }
  65. }