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.

66 lines
1.9 KiB

  1. {
  2. "manufacturer": "RarePotato8DE",
  3. "keyboard_name": "3x3macropad",
  4. "maintainer": "RarePotato8DE",
  5. "development_board": "promicro",
  6. "build": {
  7. "lto": true
  8. },
  9. "debounce": 5,
  10. "diode_direction": "COL2ROW",
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "F4", "pin_b": "B1"}
  14. ]
  15. },
  16. "features": {
  17. "bootmagic": true,
  18. "encoder": true,
  19. "extrakey": true,
  20. "key_override": false,
  21. "nkro": true,
  22. "oled": true,
  23. "rgblight": true
  24. },
  25. "matrix_pins": {
  26. "cols": ["D7", "B3", "B2"],
  27. "rows": ["F7", "B5", "B6"]
  28. },
  29. "processor": "atmega32u4",
  30. "rgblight": {
  31. "animations": {
  32. "alternating": true,
  33. "breathing": true,
  34. "rainbow_mood": true,
  35. "rainbow_swirl": true,
  36. "snake": true,
  37. "static_gradient": true
  38. },
  39. "led_count": 6,
  40. "pin": "E6"
  41. },
  42. "url": "https://github.com/rarepotato8de/3x3macropad",
  43. "usb": {
  44. "device_version": "0.0.1",
  45. "pid": "0x0001",
  46. "vid": "0x5353"
  47. },
  48. "ws2812": {
  49. "pin": "E6"
  50. },
  51. "layouts": {
  52. "LAYOUT": {
  53. "c_macro": true,
  54. "layout": [
  55. {"label": "k00", "matrix": [0, 0], "x": 0, "y": 0, "w": 1},
  56. {"label": "k01", "matrix": [0, 1], "x": 1, "y": 0, "w": 1},
  57. {"label": "k02", "matrix": [0, 2], "x": 2, "y": 0, "w": 1},
  58. {"label": "k10", "matrix": [1, 0], "x": 0, "y": 1, "w": 1},
  59. {"label": "k11", "matrix": [1, 1], "x": 1, "y": 1, "w": 1},
  60. {"label": "k12", "matrix": [1, 2], "x": 2, "y": 1, "w": 1},
  61. {"label": "k20", "matrix": [2, 0], "x": 0, "y": 2, "w": 1},
  62. {"label": "k21", "matrix": [2, 1], "x": 1, "y": 2, "w": 1},
  63. {"label": "k22", "matrix": [2, 2], "x": 2, "y": 2, "w": 1}
  64. ]
  65. }
  66. }
  67. }