logo

qmk_firmware

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

keyboard.json (2894B)


  1. {
  2. "keyboard_name": "contender",
  3. "manufacturer": "sotoba",
  4. "url": "https://github.com/sotoba/contender",
  5. "maintainer": "sotoba",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xC010",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "C6"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 33,
  18. "max_brightness": 32,
  19. "sleep": true,
  20. "led_map": [0, 1, 2, 3, 7, 6, 5, 4, 8, 9, 10, 11, 15, 14, 13, 12, 16, 17, 18, 19, 22, 21, 20, 25, 24, 23, 26, 27, 28, 29, 30, 31, 32],
  21. "animations": {
  22. "breathing": true,
  23. "rainbow_mood": true,
  24. "rainbow_swirl": true,
  25. "snake": true,
  26. "knight": true,
  27. "static_gradient": true,
  28. "rgb_test": true,
  29. "alternating": true
  30. }
  31. },
  32. "features": {
  33. "bootmagic": true,
  34. "extrakey": true,
  35. "mousekey": true,
  36. "nkro": false,
  37. "rgblight": true
  38. },
  39. "qmk": {
  40. "locking": {
  41. "enabled": true,
  42. "resync": true
  43. }
  44. },
  45. "matrix_pins": {
  46. "cols": ["C7", "D6", "B3", "B0", "B1"],
  47. "rows": ["D4", "D3", "B5", "B7", "B4", "B2"]
  48. },
  49. "diode_direction": "COL2ROW",
  50. "processor": "atmega32u2",
  51. "bootloader": "atmel-dfu",
  52. "layouts": {
  53. "LAYOUT": {
  54. "layout": [
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [0, 3], "x": 3, "y": 0},
  58. {"matrix": [0, 4], "x": 4, "y": 0},
  59. {"matrix": [1, 1], "x": 1, "y": 1.25},
  60. {"matrix": [1, 2], "x": 2, "y": 1.25},
  61. {"matrix": [1, 3], "x": 3, "y": 1.25},
  62. {"matrix": [1, 4], "x": 4, "y": 1.25},
  63. {"matrix": [2, 1], "x": 1, "y": 2.25},
  64. {"matrix": [2, 2], "x": 2, "y": 2.25},
  65. {"matrix": [2, 3], "x": 3, "y": 2.25},
  66. {"matrix": [2, 4], "x": 4, "y": 2.25},
  67. {"matrix": [3, 0], "x": 0, "y": 3.25},
  68. {"matrix": [3, 1], "x": 1, "y": 3.25},
  69. {"matrix": [3, 2], "x": 2, "y": 3.25},
  70. {"matrix": [3, 3], "x": 3, "y": 3.25},
  71. {"matrix": [3, 4], "x": 4, "y": 3.25},
  72. {"matrix": [4, 0], "x": 0, "y": 4.25},
  73. {"matrix": [4, 1], "x": 1, "y": 4.25},
  74. {"matrix": [4, 2], "x": 2, "y": 4.25},
  75. {"matrix": [4, 3], "x": 3, "y": 4.25},
  76. {"matrix": [4, 4], "x": 4, "y": 4.25, "h": 2},
  77. {"matrix": [5, 0], "x": 0, "y": 5.25},
  78. {"matrix": [5, 1], "x": 1, "y": 5.25},
  79. {"matrix": [5, 2], "x": 2, "y": 5.25},
  80. {"matrix": [5, 3], "x": 3, "y": 5.25}
  81. ]
  82. }
  83. }
  84. }