keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "keyboard_name": "Red Comet Big Switch",
  3. "manufacturer": "zFrontier",
  4. "url": "https://en.zfrontier.com/products/redcomet-bigswitch-combo",
  5. "maintainer": "carlxia",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0A01",
  9. "device_version": "0.0.5"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": false,
  14. "console": true,
  15. "extrakey": false,
  16. "mousekey": false,
  17. "nkro": false,
  18. "rgblight": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["F1"],
  22. "rows": ["F0"]
  23. },
  24. "rgblight": {
  25. "led_count": 4,
  26. "animations": {
  27. "breathing": true,
  28. "rainbow_mood": true,
  29. "rainbow_swirl": true,
  30. "snake": true,
  31. "knight": true,
  32. "christmas": true,
  33. "static_gradient": true,
  34. "rgb_test": true,
  35. "alternating": true,
  36. "twinkle": true
  37. }
  38. },
  39. "tapping": {
  40. "term": 500
  41. },
  42. "ws2812": {
  43. "pin": "B6"
  44. },
  45. "diode_direction": "COL2ROW",
  46. "processor": "atmega32u4",
  47. "bootloader": "atmel-dfu",
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
  52. ]
  53. }
  54. }
  55. }