diff options
author | SmollChungus <38044391+SmollChungus@users.noreply.github.com> | 2023-12-08 05:36:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 04:36:38 +0000 |
commit | 2d3f2e92d82187d3509f4f9be716bb0b31771eb9 (patch) | |
tree | 01566e247b6a8646d5048943695a2b08a3999cce /data | |
parent | e394c06d1496a7e0d7581291c0a6cc07f1ff980d (diff) |
consolidate firmware folder in smoll parent folder (#22401)
* consolidate firmware folder in smoll parent folder
* add moved keyboards to mapping
* typo fix
* typo..
* Update rules.mk
fix default folder lefty
* Update data/mappings/keyboard_aliases.hjson
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
---------
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/mappings/keyboard_aliases.hjson | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson index 059a5acd38..f2c382c923 100644 --- a/data/mappings/keyboard_aliases.hjson +++ b/data/mappings/keyboard_aliases.hjson @@ -951,6 +951,12 @@ "launchpad/rev1": { "target": "maple_computing/launchpad/rev1" }, + "lefty": { + "target": "smoll/lefty/rev2" + }, + "lefty/rev1": { + "target": "smoll/lefty/rev1" + }, "lck75": { "target": "lyso1/lck75" }, @@ -1104,6 +1110,9 @@ "pursuit40": { "target": "checkerboards/pursuit40" }, + "pw88": { + "target": "smoll/pw88" + }, "qaz": { "target": "tominabox1/qaz" }, |