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.

116 lines
3.7 KiB

  1. {
  2. "manufacturer": "1upkeyboards",
  3. "keyboard_name": "1upslider8",
  4. "maintainer": "ziptyze",
  5. "processor": "RP2040",
  6. "bootloader": "rp2040",
  7. "usb": {
  8. "device_version": "1.0.0",
  9. "pid": "0x5611",
  10. "vid": "0x6F75"
  11. },
  12. "dynamic_keymap": {
  13. "layer_count": 10
  14. },
  15. "features": {
  16. "bootmagic": true,
  17. "command": false,
  18. "console": false,
  19. "extrakey": true,
  20. "mousekey": true,
  21. "nkro": false,
  22. "oled": true,
  23. "midi":true,
  24. "rgb_matrix": true,
  25. "encoder": true
  26. },
  27. "encoder": {
  28. "rotary": [
  29. {
  30. "pin_a": "GP21",
  31. "pin_b": "GP22"
  32. }
  33. ]
  34. },
  35. "matrix_pins": {
  36. "direct": [
  37. ["GP27", "GP17", "GP18", "GP19", "GP20", "GP15", "GP14", "GP13", "GP16"]
  38. ]
  39. },
  40. "bootmagic": {
  41. "matrix": [0, 1]
  42. },
  43. "ws2812": {
  44. "pin": "GP26",
  45. "driver": "vendor"
  46. },
  47. "rgb_matrix": {
  48. "animations": {
  49. "gradient_up_down": true,
  50. "gradient_left_right": true,
  51. "breathing": true,
  52. "band_sat": true,
  53. "band_val": true,
  54. "band_pinwheel_sat": true,
  55. "band_pinwheel_val": true,
  56. "band_spiral_sat": true,
  57. "band_spiral_val": true,
  58. "cycle_all": true,
  59. "cycle_left_right": true,
  60. "cycle_up_down": true,
  61. "rainbow_moving_chevron":true,
  62. "cycle_out_in": true,
  63. "cycle_out_in_dual": true,
  64. "cycle_pinwheel": true,
  65. "cycle_spiral": true,
  66. "dual_beacon": true,
  67. "rainbow_beacon": true,
  68. "rainbow_pinwheels": true,
  69. "raindrops": true,
  70. "jellybean_raindrops": true,
  71. "hue_breathing": true,
  72. "hue_pendulum": true,
  73. "hue_wave": true,
  74. "typing_heatmap": true,
  75. "solid_reactive_simple": true,
  76. "solid_reactive": true,
  77. "solid_reactive_wide": true,
  78. "solid_reactive_multiwide": true,
  79. "solid_reactive_cross": true,
  80. "solid_reactive_multicross": true,
  81. "solid_reactive_nexus": true,
  82. "solid_reactive_multinexus": true,
  83. "splash": true,
  84. "multisplash": true,
  85. "solid_splash": true,
  86. "solid_multisplash": true
  87. },
  88. "driver": "ws2812",
  89. "layout": [
  90. { "flags": 4, "matrix": [0, 1], "x": 28, "y": 16 },
  91. { "flags": 4, "matrix": [0, 2], "x": 84, "y": 16 },
  92. { "flags": 4, "matrix": [0, 3], "x": 140, "y": 16 },
  93. { "flags": 4, "matrix": [0, 4], "x": 196, "y": 16 },
  94. { "flags": 4, "matrix": [0, 5], "x": 28, "y": 48 },
  95. { "flags": 4, "matrix": [0, 6], "x": 84, "y": 48 },
  96. { "flags": 4, "matrix": [0, 7], "x": 140, "y": 48 },
  97. { "flags": 4, "matrix": [0, 8], "x": 196, "y": 48 }
  98. ],
  99. "sleep": true
  100. },
  101. "layouts": {
  102. "LAYOUT": {
  103. "layout": [
  104. { "label": "enc", "matrix": [0, 0], "x": 3, "y": 0 },
  105. { "label": "1", "matrix": [0, 1], "x": 0, "y": 1 },
  106. { "label": "2", "matrix": [0, 2], "x": 1, "y": 1 },
  107. { "label": "3", "matrix": [0, 3], "x": 2, "y": 1 },
  108. { "label": "4", "matrix": [0, 4], "x": 3, "y": 1 },
  109. { "label": "5", "matrix": [0, 5], "x": 0, "y": 2 },
  110. { "label": "6", "matrix": [0, 6], "x": 1, "y": 2 },
  111. { "label": "7", "matrix": [0, 7], "x": 2, "y": 2 },
  112. { "label": "8", "matrix": [0, 8], "x": 3, "y": 2 }
  113. ]
  114. }
  115. }
  116. }