summaryrefslogtreecommitdiff
path: root/keyboards
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
parent873922d98fea19f872ed8c5c79a20ed575ccff44 (diff)
Move `thekey` to Drop vendor folder (#21032)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/drop/thekey/keymaps/default-bepo/keymap.c (renamed from keyboards/massdrop/thekey/keymaps/default-bepo/keymap.c)0
-rw-r--r--keyboards/drop/thekey/keymaps/default-macos/keymap.c (renamed from keyboards/massdrop/thekey/keymaps/default-macos/keymap.c)0
-rw-r--r--keyboards/drop/thekey/keymaps/default/keymap.c7
-rw-r--r--keyboards/drop/thekey/keymaps/url-copy-paste-bepo/keymap.c (renamed from keyboards/massdrop/thekey/keymaps/url-copy-paste-bepo/keymap.c)0
-rw-r--r--keyboards/drop/thekey/keymaps/url-copy-paste-macos/keymap.c (renamed from keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c)0
-rw-r--r--keyboards/drop/thekey/keymaps/url-copy-paste/keymap.c (renamed from keyboards/massdrop/thekey/keymaps/url-copy-paste/keymap.c)0
-rw-r--r--keyboards/drop/thekey/keymaps/via/keymap.c7
-rw-r--r--keyboards/drop/thekey/keymaps/via/rules.mk1
-rw-r--r--keyboards/drop/thekey/v1/info.json59
-rw-r--r--keyboards/drop/thekey/v1/readme.md (renamed from keyboards/massdrop/thekey/readme.md)32
-rw-r--r--keyboards/drop/thekey/v1/rules.mk1
-rw-r--r--keyboards/drop/thekey/v2/config.h5
-rw-r--r--keyboards/drop/thekey/v2/info.json54
-rw-r--r--keyboards/drop/thekey/v2/keymaps/rgb-control-macos/config.h (renamed from keyboards/massdrop/thekey_v2/keymaps/default-macos/keymap.c)9
-rw-r--r--keyboards/drop/thekey/v2/keymaps/rgb-control-macos/keymap.c (renamed from keyboards/massdrop/thekey_v2/keymaps/rgb-control-macos/keymap.c)0
-rw-r--r--keyboards/drop/thekey/v2/keymaps/rgb-control/config.h (renamed from keyboards/massdrop/thekey_v2/keymaps/default/keymap.c)9
-rw-r--r--keyboards/drop/thekey/v2/keymaps/rgb-control/keymap.c (renamed from keyboards/massdrop/thekey_v2/keymaps/rgb-control/keymap.c)0
-rw-r--r--keyboards/drop/thekey/v2/readme.md (renamed from keyboards/massdrop/thekey_v2/readme.md)31
-rw-r--r--keyboards/drop/thekey/v2/rules.mk1
-rw-r--r--keyboards/massdrop/thekey/config.h24
-rw-r--r--keyboards/massdrop/thekey/info.json33
-rw-r--r--keyboards/massdrop/thekey/keymaps/default/keymap.c23
-rw-r--r--keyboards/massdrop/thekey/rules.mk12
-rw-r--r--keyboards/massdrop/thekey_v2/config.h37
-rw-r--r--keyboards/massdrop/thekey_v2/info.json30
-rw-r--r--keyboards/massdrop/thekey_v2/keymaps/url-copy-paste-macos/keymap.c39
-rw-r--r--keyboards/massdrop/thekey_v2/keymaps/url-copy-paste/keymap.c40
-rw-r--r--keyboards/massdrop/thekey_v2/rules.mk12
28 files changed, 167 insertions, 299 deletions
diff --git a/keyboards/massdrop/thekey/keymaps/default-bepo/keymap.c b/keyboards/drop/thekey/keymaps/default-bepo/keymap.c
index b9d419a086..b9d419a086 100644
--- a/keyboards/massdrop/thekey/keymaps/default-bepo/keymap.c
+++ b/keyboards/drop/thekey/keymaps/default-bepo/keymap.c
diff --git a/keyboards/massdrop/thekey/keymaps/default-macos/keymap.c b/keyboards/drop/thekey/keymaps/default-macos/keymap.c
index 7e389e304e..7e389e304e 100644
--- a/keyboards/massdrop/thekey/keymaps/default-macos/keymap.c
+++ b/keyboards/drop/thekey/keymaps/default-macos/keymap.c
diff --git a/keyboards/drop/thekey/keymaps/default/keymap.c b/keyboards/drop/thekey/keymaps/default/keymap.c
new file mode 100644
index 0000000000..45aa069200
--- /dev/null
+++ b/keyboards/drop/thekey/keymaps/default/keymap.c
@@ -0,0 +1,7 @@
+// Copyright 2023 Massdrop, Inc.
+// SPDX-License-Identifier: GPL-2.0-or-later
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ [0] = LAYOUT(KC_LCTL, KC_C, KC_V)
+};
diff --git a/keyboards/massdrop/thekey/keymaps/url-copy-paste-bepo/keymap.c b/keyboards/drop/thekey/keymaps/url-copy-paste-bepo/keymap.c
index feafa02ac2..feafa02ac2 100644
--- a/keyboards/massdrop/thekey/keymaps/url-copy-paste-bepo/keymap.c
+++ b/keyboards/drop/thekey/keymaps/url-copy-paste-bepo/keymap.c
diff --git a/keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c b/keyboards/drop/thekey/keymaps/url-copy-paste-macos/keymap.c
index 57382dfc5f..57382dfc5f 100644
--- a/keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c
+++ b/keyboards/drop/thekey/keymaps/url-copy-paste-macos/keymap.c
diff --git a/keyboards/massdrop/thekey/keymaps/url-copy-paste/keymap.c b/keyboards/drop/thekey/keymaps/url-copy-paste/keymap.c
index 18778d1946..18778d1946 100644
--- a/keyboards/massdrop/thekey/keymaps/url-copy-paste/keymap.c
+++ b/keyboards/drop/thekey/keymaps/url-copy-paste/keymap.c
diff --git a/keyboards/drop/thekey/keymaps/via/keymap.c b/keyboards/drop/thekey/keymaps/via/keymap.c
new file mode 100644
index 0000000000..45aa069200
--- /dev/null
+++ b/keyboards/drop/thekey/keymaps/via/keymap.c
@@ -0,0 +1,7 @@
+// Copyright 2023 Massdrop, Inc.
+// SPDX-License-Identifier: GPL-2.0-or-later
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ [0] = LAYOUT(KC_LCTL, KC_C, KC_V)
+};
diff --git a/keyboards/drop/thekey/keymaps/via/rules.mk b/keyboards/drop/thekey/keymaps/via/rules.mk
new file mode 100644
index 0000000000..1e5b99807c
--- /dev/null
+++ b/keyboards/drop/thekey/keymaps/via/rules.mk
@@ -0,0 +1 @@
+VIA_ENABLE = yes
diff --git a/keyboards/drop/thekey/v1/info.json b/keyboards/drop/thekey/v1/info.json
new file mode 100644
index 0000000000..f1f204e3a0
--- /dev/null
+++ b/keyboards/drop/thekey/v1/info.json
@@ -0,0 +1,59 @@
+{
+ "keyboard_name": "The Key",
+ "manufacturer": "Drop Inc.",
+ "url": "https://drop.com/buy/stack-overflow-the-key-macropad",
+ "maintainer": "zvecr",
+ "usb": {
+ "vid": "0x359B",
+ "pid": "0x0002",
+ "device_version": "1.0.0"
+ },
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "backlight": true,
+ "rgblight": true
+ },
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "matrix_pins": {
+ "cols": ["D2", "D1", "D0"],
+ "rows": ["D4"]
+ },
+ "diode_direction": "ROW2COL",
+ "backlight": {
+ "pin": "B6",
+ "breathing": true
+ },
+ "rgblight": {
+ "led_count": 2,
+ "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}
+ ]
+ }
+ }
+}
diff --git a/keyboards/massdrop/thekey/readme.md b/keyboards/drop/thekey/v1/readme.md
index 74eab45f5e..483a236b0a 100644
--- a/keyboards/massdrop/thekey/readme.md
+++ b/keyboards/drop/thekey/v1/readme.md
@@ -2,37 +2,31 @@
![The Key](https://i.imgur.com/hL5cRj9.jpg)
-
The Stack Overflow "The Key" is a 3 button macropad based on atmega32u4 with Kailh Black Box switches.
> Some say a programmer’s best solution is a simple two-step process: copy and paste. On April 1st, 2021, Stack Overflow proved it. On that fateful day, each time users went to copy a piece of code, they were met with a pop-up for a fake product. It was called The Key: an ultra-compact macropad advertised as the new (and only) way to copy and paste on the platform. As it turns out, roughly one fourth of Stack Overflow’s 15 million users tries to copy and paste within five minutes of visiting the site. An even greater number saw the joke and loved it, with many demanding that The Key be developed in earnest. So, naturally, we teamed up with Stack Overflow to make it happen. What started as an April Fool’s gag is now a full-fledged macropad—designed by our very own community member Cassidy, with a portion of proceeds benefiting digitalundivided.
-Keyboard Maintainer: [Drop / Massdrop](https://github.com/Massdrop/qmk_firmware)
-
-Hardware Supported: Massdrop, Inc. **The Key**
-
-Hardware Availability: Limited Release - https://drop.com/buy/stack-overflow-the-key-macropad
-
+* Keyboard Maintainer: [zvecr](https://github.com/zvecr)
+* Hardware Supported: Drop **The Key**
+* Hardware Availability: Limited Release - https://drop.com/buy/stack-overflow-the-key-macropad
Make example for this keyboard (after setting up your build environment):
-```bash
-# default provided by Drop / Stack Overflow
-make massdrop/thekey:default
-# common modification where C = CTRL+C, V = CTRL+V
-make massdrop/thekey:url-copy-paste
-```
+
+ # default provided by Drop / Stack Overflow
+ make drop/thekey/v1:default
+ # common modification where C = CTRL+C, V = CTRL+V
+ make drop/thekey/v1:url-copy-paste
Flashing example for this keyboard:
-```bash
-# install in dfu mode
-make massdrop/thekey:default:dfu
-```
+
+ make drop/thekey/v1:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
-Make example for this keyboard (after setting up your build environment):
## Bootloader
-Enter the bootloader as follows:
+Enter the bootloader in 3 ways:
+
* **Bootmagic reset**: Hold down the "Stack Overflow" key, the "left-most" or furthest from the USB plug while inserting the USB cable for a few seconds. The LEDs will **NOT** turn on.
* **Physical reset button**: Briefly press and hold the reset button while pluggin in the USB port. The LEDs on the back will **NOT** turn on. Depending on your case revision, you may have to remove the 4 screws on the back plate to access the switch OR you can use the associated access hole on newer releases.
+* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
diff --git a/keyboards/drop/thekey/v1/rules.mk b/keyboards/drop/thekey/v1/rules.mk
new file mode 100644
index 0000000000..6e7633bfe0
--- /dev/null
+++ b/keyboards/drop/thekey/v1/rules.mk
@@ -0,0 +1 @@
+# This file intentionally left blank
diff --git a/keyboards/drop/thekey/v2/config.h b/keyboards/drop/thekey/v2/config.h
new file mode 100644
index 0000000000..ca6944c2c9
--- /dev/null
+++ b/keyboards/drop/thekey/v2/config.h
@@ -0,0 +1,5 @@
+// Copyright 2023 Massdrop, Inc.
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define RGBLIGHT_LED_MAP {4, 0, 1, 2, 3}
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}
+ ]
+ }
+ }
+}
diff --git a/keyboards/massdrop/thekey_v2/keymaps/default-macos/keymap.c b/keyboards/drop/thekey/v2/keymaps/rgb-control-macos/config.h
index fb45d5e224..9249a85b64 100644
--- a/keyboards/massdrop/thekey_v2/keymaps/default-macos/keymap.c
+++ b/keyboards/drop/thekey/v2/keymaps/rgb-control-macos/config.h
@@ -14,10 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include QMK_KEYBOARD_H
+#pragma once
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [0] = LAYOUT(KC_LGUI, KC_C, KC_V),
-
-};
+#define RGBLIGHT_LAYERS /* Enable lighting layers */
+#define RGBLIGHT_LAYER_BLINK /* Enable lighting layer blink */
diff --git a/keyboards/massdrop/thekey_v2/keymaps/rgb-control-macos/keymap.c b/keyboards/drop/thekey/v2/keymaps/rgb-control-macos/keymap.c
index f3699e752f..f3699e752f 100644
--- a/keyboards/massdrop/thekey_v2/keymaps/rgb-control-macos/keymap.c
+++ b/keyboards/drop/thekey/v2/keymaps/rgb-control-macos/keymap.c
diff --git a/keyboards/massdrop/thekey_v2/keymaps/default/keymap.c b/keyboards/drop/thekey/v2/keymaps/rgb-control/config.h
index 5e1de6068b..9249a85b64 100644
--- a/keyboards/massdrop/thekey_v2/keymaps/default/keymap.c
+++ b/keyboards/drop/thekey/v2/keymaps/rgb-control/config.h
@@ -14,10 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include QMK_KEYBOARD_H
+#pragma once
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [0] = LAYOUT(KC_LCTL, KC_C, KC_V),
-
-};
+#define RGBLIGHT_LAYERS /* Enable lighting layers */
+#define RGBLIGHT_LAYER_BLINK /* Enable lighting layer blink */
diff --git a/keyboards/massdrop/thekey_v2/keymaps/rgb-control/keymap.c b/keyboards/drop/thekey/v2/keymaps/rgb-control/keymap.c
index 4246973654..4246973654 100644
--- a/keyboards/massdrop/thekey_v2/keymaps/rgb-control/keymap.c
+++ b/keyboards/drop/thekey/v2/keymaps/rgb-control/keymap.c
diff --git a/keyboards/massdrop/thekey_v2/readme.md b/keyboards/drop/thekey/v2/readme.md
index ef4d6ec716..88fcd5480a 100644
--- a/keyboards/massdrop/thekey_v2/readme.md
+++ b/keyboards/drop/thekey/v2/readme.md
@@ -2,37 +2,32 @@
![The Key V2](https://massdrop-s3.imgix.net/product-images/stack-overflow-the-key-v2-macropad/FP/vSqOp9eUQNGXW4zl3EVQ_7528-copy-pdp.jpg)
-
The Stack Overflow "The Key V2" is a 3 button macropad based on atmega32u4 with hot-swappble Kailh Black Box switches.
> Last year, we brought Stack Overflow’s iconic April Fool’s joke to life. Advertised as the new (and only) way to copy and paste on the site, it was an ultra-compact macropad called The Key. The punchline-turned product was a huge hit, selling over 10K units and earning a nearly 5-star average review. Now, we’re back with a second act: The Key V2. The same size as its portable predecessor, this punchline-turned-product has a few notable changes—including an acrylic case to accent its two built-in RGB LEDs. Plus, we made it hot-swappable, so you can easily change out the switches for a truly custom experience. And just like the original, a portion of all proceeds from The Key V2 will go to the data-driven social startup digitalundivided.
-Keyboard Maintainer: [Drop / Massdrop](https://github.com/Massdrop/qmk_firmware)
+* Keyboard Maintainer: [zvecr](https://github.com/zvecr)
+* Hardware Supported: Drop **The Key V2**
+* Hardware Availability: Limited Release - https://drop.com/buy/stack-overflow-the-key-v2-macropad
-Hardware Supported: Massdrop, Inc. **The Key V2**
+Make example for this keyboard (after setting up your build environment):
-Hardware Availability: Limited Release - https://drop.com/buy/stack-overflow-the-key-v2-macropad
+ # default provided by Drop / Stack Overflow
+ make drop/thekey/v2:default
+ # common modification where C = CTRL+C, V = CTRL+V
+ make drop/thekey/v2:url-copy-paste
+Flashing example for this keyboard:
-Make example for this keyboard (after setting up your build environment):
-```bash
-# default provided by Drop / Stack Overflow
-make massdrop/thekey_v2:default
-# common modification where C = CTRL+C, V = CTRL+V
-make massdrop/thekey_v2:url-copy-paste
-```
+ make drop/thekey/v2:default:flash
-Flashing example for this keyboard:
-```bash
-# install in dfu mode
-make massdrop/thekey_v2:default:dfu
-```
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
-Make example for this keyboard (after setting up your build environment):
## Bootloader
-Enter the bootloader as follows:
+Enter the bootloader in 3 ways:
+
* **Bootmagic reset**: Hold down the "Stack Overflow" key, the "left-most" or furthest from the USB plug while inserting the USB cable for a few seconds. The LEDs will **NOT** turn on.
* **Physical reset button**: Briefly press and hold the reset button while pluggin in the USB port. The LEDs on the back will **NOT** turn on. Depending on your case revision, you may have to remove the 4 screws on the back plate to access the switch OR you can use the associated access hole on newer releases.
+* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
diff --git a/keyboards/drop/thekey/v2/rules.mk b/keyboards/drop/thekey/v2/rules.mk
new file mode 100644
index 0000000000..6e7633bfe0
--- /dev/null
+++ b/keyboards/drop/thekey/v2/rules.mk
@@ -0,0 +1 @@
+# This file intentionally left blank
diff --git a/keyboards/massdrop/thekey/config.h b/keyboards/massdrop/thekey/config.h
deleted file mode 100644
index 31d395f570..0000000000
--- a/keyboards/massdrop/thekey/config.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Copyright 2021 Joe Maples <joe@maples.dev>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#define RGBLED_NUM 2
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
-#define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
-#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
diff --git a/keyboards/massdrop/thekey/info.json b/keyboards/massdrop/thekey/info.json
deleted file mode 100644
index 73b640b11c..0000000000
--- a/keyboards/massdrop/thekey/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "keyboard_name": "The Key",
- "manufacturer": "Drop",
- "url": "https://drop.com/buy/stack-overflow-the-key-macropad",
- "maintainer": "massdrop",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x0000",
- "device_version": "0.0.1"
- },
- "matrix_pins": {
- "cols": ["D2", "D1", "D0"],
- "rows": ["D4"]
- },
- "diode_direction": "ROW2COL",
- "backlight": {
- "pin": "B6"
- },
- "ws2812": {
- "pin": "B1"
- },
- "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}
- ]
- }
- }
-}
diff --git a/keyboards/massdrop/thekey/keymaps/default/keymap.c b/keyboards/massdrop/thekey/keymaps/default/keymap.c
deleted file mode 100644
index 047def84b6..0000000000
--- a/keyboards/massdrop/thekey/keymaps/default/keymap.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright 2021 Joe Maples <joe@maples.dev>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [0] = LAYOUT(KC_LCTL, KC_C, KC_V),
-
-};
diff --git a/keyboards/massdrop/thekey/rules.mk b/keyboards/massdrop/thekey/rules.mk
deleted file mode 100644
index b7e8d8e706..0000000000
--- a/keyboards/massdrop/thekey/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = yes # Console for debug
-COMMAND_ENABLE = yes # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/massdrop/thekey_v2/config.h b/keyboards/massdrop/thekey_v2/config.h
deleted file mode 100644
index 82744c137c..0000000000
--- a/keyboards/massdrop/thekey_v2/config.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Copyright 2022 Jason Wihardja
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#define RGBLED_NUM 5
-#define RGBLIGHT_LED_MAP {4, 0, 1, 2, 3}
-#define RGBLIGHT_EFFECT_BREATHING
-#define RGBLIGHT_EFFECT_RAINBOW_MOOD
-#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
-#define RGBLIGHT_EFFECT_SNAKE
-#define RGBLIGHT_EFFECT_KNIGHT
-#define RGBLIGHT_EFFECT_CHRISTMAS
-#define RGBLIGHT_EFFECT_STATIC_GRADIENT
-#define RGBLIGHT_EFFECT_RGB_TEST
-#define RGBLIGHT_EFFECT_ALTERNATING
-#define RGBLIGHT_EFFECT_TWINKLE
-#define RGBLIGHT_HUE_STEP 10
-#define RGBLIGHT_SAT_STEP 10
-#define RGBLIGHT_VAL_STEP 15
-#define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
-#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
-#define RGBLIGHT_LAYERS /* Enable lighting layers */
-#define RGBLIGHT_LAYER_BLINK /* Enable lighting layer blink */
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}
- ]
- }
- }
-}
diff --git a/keyboards/massdrop/thekey_v2/keymaps/url-copy-paste-macos/keymap.c b/keyboards/massdrop/thekey_v2/keymaps/url-copy-paste-macos/keymap.c
deleted file mode 100644
index 33d19734bc..0000000000
--- a/keyboards/massdrop/thekey_v2/keymaps/url-copy-paste-macos/keymap.c
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Copyright 2022 Jason Wihardja
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include QMK_KEYBOARD_H
-
-enum custom_keycodes {
- TK_URL = SAFE_RANGE,
-};
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT(TK_URL, G(KC_C), G(KC_V)),
-};
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- switch (keycode) {
- case TK_URL:
- if (record->event.pressed) {
- // when keycode TK_URL is pressed
- SEND_STRING("https://stackoverflow.com/\n");
- }
- break;
- default:
- break;
- }
- return true;
-}
diff --git a/keyboards/massdrop/thekey_v2/keymaps/url-copy-paste/keymap.c b/keyboards/massdrop/thekey_v2/keymaps/url-copy-paste/keymap.c
deleted file mode 100644
index 5becddfa2a..0000000000
--- a/keyboards/massdrop/thekey_v2/keymaps/url-copy-paste/keymap.c
+++ /dev/null
@@ -1,40 +0,0 @@
-/* Copyright 2022 Jason Wihardja
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include QMK_KEYBOARD_H
-
-enum custom_keycodes {
- TK_URL = SAFE_RANGE,
-};
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT(TK_URL, C(KC_C), C(KC_V)),
-};
-
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- switch (keycode) {
- case TK_URL:
- if (record->event.pressed) {
- // when keycode TK_URL is pressed
- SEND_STRING("https://stackoverflow.com/");
- }
- break;
- default:
- break;
- }
- return true;
-}
diff --git a/keyboards/massdrop/thekey_v2/rules.mk b/keyboards/massdrop/thekey_v2/rules.mk
deleted file mode 100644
index a927de843c..0000000000
--- a/keyboards/massdrop/thekey_v2/rules.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Build Options
-# change yes to no to disable
-#
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-CONSOLE_ENABLE = no # Console for debug
-COMMAND_ENABLE = no # Commands for debug and configuration
-NKRO_ENABLE = no # Enable N-Key Rollover
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-AUDIO_ENABLE = no # Audio output