commit: 2d3f2e92d82187d3509f4f9be716bb0b31771eb9 parent e394c06d1496a7e0d7581291c0a6cc07f1ff980d Author: SmollChungus <38044391+SmollChungus@users.noreply.github.com> Date: Fri, 8 Dec 2023 05:36:38 +0100 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:
21 files changed, 26 insertions(+), 17 deletions(-)diff --git 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" },diff --git a/keyboards/lefty/rules.mk b/keyboards/lefty/rules.mk@@ -1,17 +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 = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -LTO_ENABLE = yes - -OLED_ENABLE = yes - -DEFAULT_FOLDER = lefty/rev2diff --git a/keyboards/lefty/config.h b/keyboards/smoll/lefty/config.hdiff --git a/keyboards/lefty/info.json b/keyboards/smoll/lefty/info.jsondiff --git a/keyboards/lefty/keymaps/default/keymap.c b/keyboards/smoll/lefty/keymaps/default/keymap.cdiff --git a/keyboards/lefty/keymaps/via/keymap.c b/keyboards/smoll/lefty/keymaps/via/keymap.cdiff --git a/keyboards/lefty/keymaps/via/rules.mk b/keyboards/smoll/lefty/keymaps/via/rules.mkdiff --git a/keyboards/lefty/lefty.c b/keyboards/smoll/lefty/lefty.cdiff --git a/keyboards/lefty/readme.md b/keyboards/smoll/lefty/readme.mddiff --git a/keyboards/lefty/rev1/info.json b/keyboards/smoll/lefty/rev1/info.jsondiff --git a/keyboards/lefty/rev1/rules.mk b/keyboards/smoll/lefty/rev1/rules.mkdiff --git a/keyboards/lefty/rev2/info.json b/keyboards/smoll/lefty/rev2/info.jsondiff --git a/keyboards/lefty/rev2/rules.mk b/keyboards/smoll/lefty/rev2/rules.mkdiff --git a/keyboards/smoll/lefty/rules.mk b/keyboards/smoll/lefty/rules.mk@@ -0,0 +1,17 @@ +# 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes + +OLED_ENABLE = yes + +DEFAULT_FOLDER = smoll/lefty/rev2diff --git a/keyboards/pw88/config.h b/keyboards/smoll/pw88/config.hdiff --git a/keyboards/pw88/info.json b/keyboards/smoll/pw88/info.jsondiff --git a/keyboards/pw88/keymaps/default/keymap.c b/keyboards/smoll/pw88/keymaps/default/keymap.cdiff --git a/keyboards/pw88/keymaps/via/keymap.c b/keyboards/smoll/pw88/keymaps/via/keymap.cdiff --git a/keyboards/pw88/keymaps/via/rules.mk b/keyboards/smoll/pw88/keymaps/via/rules.mkdiff --git a/keyboards/pw88/readme.md b/keyboards/smoll/pw88/readme.mddiff --git a/keyboards/pw88/rules.mk b/keyboards/smoll/pw88/rules.mk