logo

qmk_firmware

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

keyboard.json (940B)


  1. {
  2. "keyboard_name": "Chocopad Rev. 1",
  3. "usb": {
  4. "pid": "0x1144",
  5. "device_version": "1.0.0"
  6. },
  7. "development_board": "promicro",
  8. "matrix_pins": {
  9. "cols": ["D2", "D4", "F6", "F5"],
  10. "rows": ["D7", "E6", "B3", "B2"]
  11. },
  12. "diode_direction": "COL2ROW",
  13. "features": {
  14. "extrakey": true,
  15. "mousekey": true,
  16. "backlight": true,
  17. "rgblight": true
  18. },
  19. "backlight": {
  20. "pin": "B5",
  21. "levels": 6
  22. },
  23. "ws2812": {
  24. "pin": "D3"
  25. },
  26. "rgblight": {
  27. "led_count": 4,
  28. "animations": {
  29. "alternating": true,
  30. "breathing": true,
  31. "christmas": true,
  32. "knight": true,
  33. "rainbow_mood": true,
  34. "rainbow_swirl": true,
  35. "rgb_test": true,
  36. "snake": true,
  37. "static_gradient": true,
  38. "twinkle": true
  39. }
  40. }
  41. }