logo

qmk_firmware

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

keyboard.json (1598B)


  1. {
  2. "keyboard_name": "ZLABKEEB 6PAD",
  3. "manufacturer": "zlabkeeb",
  4. "maintainer": "zlabkeeb",
  5. "development_board": "promicro",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "encoder": true,
  10. "mousekey": true,
  11. "rgblight": true
  12. },
  13. "build": {
  14. "lto": true
  15. },
  16. "url": "https://github.com/zlabkeeb",
  17. "usb": {
  18. "device_version": "1.0.0",
  19. "vid": "0x4154",
  20. "pid": "0x7A77"
  21. },
  22. "rgblight": {
  23. "animations": {
  24. "alternating": true,
  25. "breathing": true,
  26. "christmas": true,
  27. "knight": true,
  28. "rainbow_mood": true,
  29. "rainbow_swirl": true,
  30. "snake": true,
  31. "static_gradient": true,
  32. "twinkle": true
  33. },
  34. "led_count": 4,
  35. "max_brightness": 180,
  36. "saturation_steps": 8,
  37. "sleep": true
  38. },
  39. "ws2812": {
  40. "pin": "B6"
  41. },
  42. "encoder": {
  43. "rotary": [
  44. {"pin_a": "B4", "pin_b": "B5"}
  45. ]
  46. },
  47. "matrix_pins": {
  48. "direct": [
  49. ["D1", "D0", "D4"],
  50. ["C6", "D7", "E6"]
  51. ]
  52. },
  53. "layouts": {
  54. "LAYOUT": {
  55. "layout": [
  56. {"x": 0, "y": 0, "matrix": [0, 0]},
  57. {"x": 1, "y": 0, "matrix": [0, 1]},
  58. {"x": 2, "y": 0, "matrix": [0, 2]},
  59. {"x": 0, "y": 1, "matrix": [1, 0]},
  60. {"x": 1, "y": 1, "matrix": [1, 1]},
  61. {"x": 2, "y": 1, "matrix": [1, 2]}
  62. ]
  63. }
  64. }
  65. }