You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.3 KiB

  1. {
  2. "keyboard_name": "Twokey",
  3. "manufacturer": "Keys of Kings",
  4. "url": "",
  5. "maintainer": "Keys of Kings",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xAE12",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 4,
  13. "saturation_steps": 4,
  14. "brightness_steps": 4,
  15. "led_count": 5,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "D3"
  31. },
  32. "matrix_pins": {
  33. "cols": ["B3", "B2"],
  34. "rows": ["B4", "B5"]
  35. },
  36. "diode_direction": "COL2ROW",
  37. "encoder": {
  38. "rotary": [
  39. {"pin_a": "D7", "pin_b": "E6", "resolution": 1}
  40. ]
  41. },
  42. "processor": "atmega32u4",
  43. "bootloader": "caterina",
  44. "layouts": {
  45. "LAYOUT": {
  46. "layout": [
  47. {"matrix": [0, 0], "x": 0.5, "y": 0},
  48. {"matrix": [1, 0], "x": 0, "y": 1.5},
  49. {"matrix": [1, 1], "x": 1, "y": 1.5}
  50. ]
  51. }
  52. }
  53. }