From 1b9491f8f3e676806745ab6f4c38b67bf177a0ee Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sun, 3 Jul 2022 00:23:08 +1000 Subject: [PATCH] Fixup builds for TzCI (#17538) --- keyboards/ms_sculpt/{sculpt_iso.h => ms_sculpt.h} | 0 keyboards/westm/westm68/rules.mk | 2 ++ keyboards/westm/westm9/rules.mk | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) rename keyboards/ms_sculpt/{sculpt_iso.h => ms_sculpt.h} (100%) diff --git a/keyboards/ms_sculpt/sculpt_iso.h b/keyboards/ms_sculpt/ms_sculpt.h similarity index 100% rename from keyboards/ms_sculpt/sculpt_iso.h rename to keyboards/ms_sculpt/ms_sculpt.h diff --git a/keyboards/westm/westm68/rules.mk b/keyboards/westm/westm68/rules.mk index 1f99e378f90..d92a34591f3 100644 --- a/keyboards/westm/westm68/rules.mk +++ b/keyboards/westm/westm68/rules.mk @@ -19,3 +19,5 @@ NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output + +DEFAULT_FOLDER = westm/westm68/rev2 diff --git a/keyboards/westm/westm9/rules.mk b/keyboards/westm/westm9/rules.mk index ffa13d9fb9f..b8be7c4530a 100644 --- a/keyboards/westm/westm9/rules.mk +++ b/keyboards/westm/westm9/rules.mk @@ -21,4 +21,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output OLED_ENABLE = yes # Enable the OLED feature -OLED_DRIVER = SSD1306 # OLED driver \ No newline at end of file +OLED_DRIVER = SSD1306 # OLED driver + +DEFAULT_FOLDER = westm/westm9/rev2