summaryrefslogtreecommitdiffstats
path: root/keyboards/drop/thekey/v2/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/drop/thekey/v2/info.json')
-rw-r--r--keyboards/drop/thekey/v2/info.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/keyboards/drop/thekey/v2/info.json b/keyboards/drop/thekey/v2/info.json
new file mode 100644
index 0000000000..7870599fe1
--- /dev/null
+++ b/keyboards/drop/thekey/v2/info.json
@@ -0,0 +1,54 @@
+{
+ "keyboard_name": "The Key V2",
+ "manufacturer": "Drop Inc.",
+ "url": "https://drop.com/buy/stack-overflow-the-key-v2-macropad",
+ "maintainer": "zvecr",
+ "usb": {
+ "vid": "0x359B",
+ "pid": "0x000E",
+ "device_version": "2.0.0"
+ },
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "rgblight": true
+ },
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "matrix_pins": {
+ "cols": ["D2", "D1", "D0"],
+ "rows": ["D4"]
+ },
+ "diode_direction": "ROW2COL",
+ "rgblight": {
+ "led_count": 5,
+ "sleep": true,
+ "animations": {
+ "alternating": true,
+ "breathing": true,
+ "christmas": true,
+ "knight": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "rgb_test": true,
+ "snake": true,
+ "static_gradient": true,
+ "twinkle": true
+ }
+ },
+ "ws2812": {
+ "pin": "B1"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [0, 1], "x": 1, "y": 0},
+ {"matrix": [0, 2], "x": 2, "y": 0}
+ ]
+ }
+ }
+}