summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/sweet16v2/pro_micro/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/1upkeyboards/sweet16v2/pro_micro/info.json')
-rw-r--r--keyboards/1upkeyboards/sweet16v2/pro_micro/info.json94
1 files changed, 94 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/sweet16v2/pro_micro/info.json b/keyboards/1upkeyboards/sweet16v2/pro_micro/info.json
new file mode 100644
index 0000000000..efdb94cd74
--- /dev/null
+++ b/keyboards/1upkeyboards/sweet16v2/pro_micro/info.json
@@ -0,0 +1,94 @@
+{
+ "manufacturer": "1upkeyboards",
+ "keyboard_name": "sweet16v2",
+ "url": "1upkeyboards.com/shop/keyboard-kits/macro-pads/sweet-16-v2-macropad-kit/",
+ "maintainer": "ziptyze",
+ "bootloader": "atmel-dfu",
+ "processor": "atmega32u4",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x5518",
+ "vid": "0x6F75"
+ },
+ "features": {
+ "audio": false,
+ "backlight": false,
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "encoder": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgb_matrix": true,
+ "rgblight": false
+ },
+ "matrix_pins": {
+ "cols": ["F7", "D2", "B1", "C6"],
+ "rows": ["D1", "B5", "B4", "E6"]
+ },
+ "diode_direction": "COL2ROW",
+ "encoder": {
+ "enabled": true,
+ "rotary": [
+ {
+ "pin_a": "F6",
+ "pin_b": "F5"
+ },
+ {
+ "pin_a": "D4",
+ "pin_b": "D0"
+ }
+ ]
+ },
+ "rgb_matrix": {
+ "driver": "WS2812",
+ "layout": [
+ { "flags": 4, "matrix": [0, 0], "x": 28, "y": 12 },
+ { "flags": 4, "matrix": [0, 1], "x": 84, "y": 12 },
+ { "flags": 4, "matrix": [0, 2], "x": 140, "y": 12 },
+ { "flags": 4, "matrix": [0, 3], "x": 196, "y": 12 },
+ { "flags": 2, "x": 196, "y": 17 },
+ { "flags": 4, "matrix": [1, 3], "x": 196, "y": 28 },
+ { "flags": 4, "matrix": [1, 2], "x": 140, "y": 28 },
+ { "flags": 4, "matrix": [1, 1], "x": 84, "y": 28 },
+ { "flags": 2, "x": 28, "y": 17 },
+ { "flags": 4, "matrix": [1, 0], "x": 28, "y": 28 },
+ { "flags": 4, "matrix": [2, 0], "x": 28, "y": 44 },
+ { "flags": 4, "matrix": [2, 1], "x": 84, "y": 44 },
+ { "flags": 4, "matrix": [2, 2], "x": 140, "y": 44 },
+ { "flags": 4, "matrix": [2, 3], "x": 196, "y": 44 },
+ { "flags": 2, "x": 196, "y": 47 },
+ { "flags": 4, "matrix": [3, 3], "x": 196, "y": 60 },
+ { "flags": 4, "matrix": [3, 2], "x": 140, "y": 60 },
+ { "flags": 4, "matrix": [3, 1], "x": 84, "y": 60 },
+ { "flags": 2, "x": 28, "y": 47 },
+ { "flags": 4, "matrix": [3, 0], "x": 28, "y": 60 }
+ ]
+ },
+ "community_layouts": [
+ "ortho_4x4"
+ ],
+ "layouts": {
+ "LAYOUT_ortho_4x4": {
+ "layout": [
+ { "matrix": [0, 0], "x": 0, "y": 0 },
+ { "matrix": [0, 1], "x": 1, "y": 0 },
+ { "matrix": [0, 2], "x": 2, "y": 0 },
+ { "matrix": [0, 3], "x": 3, "y": 0 },
+ { "matrix": [1, 0], "x": 0, "y": 1 },
+ { "matrix": [1, 1], "x": 1, "y": 1 },
+ { "matrix": [1, 2], "x": 2, "y": 1 },
+ { "matrix": [1, 3], "x": 3, "y": 1 },
+ { "matrix": [2, 0], "x": 0, "y": 2 },
+ { "matrix": [2, 1], "x": 1, "y": 2 },
+ { "matrix": [2, 2], "x": 2, "y": 2 },
+ { "matrix": [2, 3], "x": 3, "y": 2 },
+ { "matrix": [3, 0], "x": 0, "y": 3 },
+ { "matrix": [3, 1], "x": 1, "y": 3 },
+ { "matrix": [3, 2], "x": 2, "y": 3 },
+ { "matrix": [3, 3], "x": 3, "y": 3 }
+ ]
+ }
+ }
+} \ No newline at end of file