diff options
author | Joel Challis <git@zvecr.com> | 2023-05-25 23:08:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 23:08:12 +0100 |
commit | b2e5017e74f22ea38a3a12e8b4a672ae7a077727 (patch) | |
tree | 3e4d30e82bbc7849ad9fd6941e64c1807836fdfb /data | |
parent | 873922d98fea19f872ed8c5c79a20ed575ccff44 (diff) |
Move `thekey` to Drop vendor folder (#21032)
Diffstat (limited to 'data')
-rw-r--r-- | data/mappings/keyboard_aliases.hjson | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson index f4ec3c6b7b..7b27f3415b 100644 --- a/data/mappings/keyboard_aliases.hjson +++ b/data/mappings/keyboard_aliases.hjson @@ -943,6 +943,12 @@ "m3n3van": { "target": "matthewdias/m3n3van" }, + "massdrop/thekey": { + "target": "drop/thekey/v1" + }, + "massdrop/thekey_v2": { + "target": "drop/thekey/v2" + }, "mechmini/v1": { "target": "mechkeys/mechmini/v1" }, |