keyboard.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "keyboard_name": "ISOlation",
  3. "manufacturer": "kb-elmo",
  4. "url": "",
  5. "maintainer": "kb-elmo",
  6. "usb": {
  7. "vid": "0xA68C",
  8. "pid": "0x4EE6",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 3,
  15. "sleep": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "knight": true,
  21. "christmas": true,
  22. "static_gradient": true,
  23. "rgb_test": true,
  24. "alternating": true,
  25. "twinkle": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "B2"
  30. },
  31. "processor": "atmega328p",
  32. "bootloader": "usbasploader",
  33. "features": {
  34. "bootmagic": true,
  35. "mousekey": false,
  36. "extrakey": true,
  37. "rgblight": true
  38. },
  39. "matrix_pins": {
  40. "direct": [
  41. ["B0"]
  42. ]
  43. },
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. {"x": 0.25, "y": 0, "w": 1.25, "h": 2, "matrix": [0, 0]}
  48. ]
  49. }
  50. }
  51. }