keyboard.json 1000 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "default": {
  21. "brightness": 5
  22. },
  23. "pin": "B5",
  24. "levels": 6
  25. },
  26. "ws2812": {
  27. "pin": "D3"
  28. },
  29. "rgblight": {
  30. "led_count": 4,
  31. "animations": {
  32. "alternating": true,
  33. "breathing": true,
  34. "christmas": true,
  35. "knight": true,
  36. "rainbow_mood": true,
  37. "rainbow_swirl": true,
  38. "rgb_test": true,
  39. "snake": true,
  40. "static_gradient": true,
  41. "twinkle": true
  42. }
  43. }
  44. }