diff options
author | Nick Brassel <nick@tzarc.org> | 2022-07-03 00:23:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 00:23:08 +1000 |
commit | 1b9491f8f3e676806745ab6f4c38b67bf177a0ee (patch) | |
tree | 8d07e5475accb1d25a35310ca716538719b9651d /keyboards | |
parent | 5108d531691421be0fc4784a5a76fff7ab9aee63 (diff) | |
download | qmk_firmware-1b9491f8f3e676806745ab6f4c38b67bf177a0ee.tar.gz qmk_firmware-1b9491f8f3e676806745ab6f4c38b67bf177a0ee.zip |
Fixup builds for TzCI (#17538)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ms_sculpt/ms_sculpt.h (renamed from keyboards/ms_sculpt/sculpt_iso.h) | 0 | ||||
-rw-r--r-- | keyboards/westm/westm68/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/westm/westm9/rules.mk | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/keyboards/ms_sculpt/sculpt_iso.h b/keyboards/ms_sculpt/ms_sculpt.h index 056f7d5b5d..056f7d5b5d 100644 --- a/keyboards/ms_sculpt/sculpt_iso.h +++ b/keyboards/ms_sculpt/ms_sculpt.h diff --git a/keyboards/westm/westm68/rules.mk b/keyboards/westm/westm68/rules.mk index 1f99e378f9..d92a34591f 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 ffa13d9fb9..b8be7c4530 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 |