logo

qmk_firmware

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

keyboard.json (2020B)


  1. {
  2. "keyboard_name": "Mixi",
  3. "manufacturer": "gregorio",
  4. "url": "https://tokopedia.com/sell-stuffs",
  5. "maintainer": "ohchiko",
  6. "usb": {
  7. "vid": "0x4752",
  8. "pid": "0x4D49",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 5,
  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": "B5"
  31. },
  32. "encoder": {
  33. "rotary": [
  34. {"pin_a": "D7", "pin_b": "E6"},
  35. {"pin_a": "B1", "pin_b": "B3"}
  36. ]
  37. },
  38. "processor": "atmega32u4",
  39. "bootloader": "caterina",
  40. "features": {
  41. "bootmagic": false,
  42. "command": true,
  43. "console": true,
  44. "encoder": true,
  45. "extrakey": true,
  46. "mousekey": false,
  47. "nkro": false,
  48. "rgblight": true
  49. },
  50. "qmk": {
  51. "locking": {
  52. "enabled": true,
  53. "resync": true
  54. }
  55. },
  56. "matrix_pins": {
  57. "direct": [
  58. ["D1", "D4", "F4"],
  59. ["D0", "B4", "F5"],
  60. ["C6", "F7", "B6"]
  61. ]
  62. },
  63. "layouts": {
  64. "LAYOUT": {
  65. "layout": [
  66. {"x": 0, "y": 0, "matrix": [0, 0]},
  67. {"x": 1, "y": 0, "matrix": [0, 1]},
  68. {"x": 2, "y": 0, "matrix": [0, 2]},
  69. {"x": 0, "y": 1, "matrix": [1, 0]},
  70. {"x": 1, "y": 1, "matrix": [1, 1]},
  71. {"x": 2, "y": 1, "matrix": [1, 2]},
  72. {"x": 0, "y": 2, "matrix": [2, 0]},
  73. {"x": 1, "y": 2, "matrix": [2, 1]},
  74. {"x": 2, "y": 2, "matrix": [2, 2]}
  75. ]
  76. }
  77. }
  78. }