summaryrefslogtreecommitdiff
path: root/keyboards/massdrop/thekey_v2/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-05-25 23:08:12 +0100
committerGitHub <noreply@github.com>2023-05-25 23:08:12 +0100
commitb2e5017e74f22ea38a3a12e8b4a672ae7a077727 (patch)
tree3e4d30e82bbc7849ad9fd6941e64c1807836fdfb /keyboards/massdrop/thekey_v2/info.json
parent873922d98fea19f872ed8c5c79a20ed575ccff44 (diff)
Move `thekey` to Drop vendor folder (#21032)
Diffstat (limited to 'keyboards/massdrop/thekey_v2/info.json')
-rw-r--r--keyboards/massdrop/thekey_v2/info.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/keyboards/massdrop/thekey_v2/info.json b/keyboards/massdrop/thekey_v2/info.json
deleted file mode 100644
index b54cec2268..0000000000
--- a/keyboards/massdrop/thekey_v2/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "keyboard_name": "The Key V2",
- "manufacturer": "Drop",
- "url": "https://drop.com/buy/stack-overflow-the-key-v2-macropad",
- "maintainer": "massdrop",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x0000",
- "device_version": "0.0.2"
- },
- "ws2812": {
- "pin": "B1"
- },
- "matrix_pins": {
- "cols": ["D2", "D1", "D0"],
- "rows": ["D4"]
- },
- "diode_direction": "ROW2COL",
- "processor": "atmega32u4",
- "bootloader": "atmel-dfu",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 0},
- {"matrix": [0, 1], "x": 1, "y": 0},
- {"matrix": [0, 2], "x": 2, "y": 0}
- ]
- }
- }
-}