diff options
| author | Joel Challis | 2025-06-10 23:20:34 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-10 23:20:34 +0200 |
| commit | 5bdeb7dad11c1566cf35ea2c70db20f66d1823a8 (patch) | |
| tree | 72212ac6d81d146d94d1170d4e2734918cdcc78f /keyboards/helix | |
| parent | 8347a6688f479edb3c46fba91d79ac1d5848586b (diff) | |
Migrate remaining `DEFAULT_FOLDER` to keyboard aliases (#25291)
Diffstat (limited to 'keyboards/helix')
| -rw-r--r-- | keyboards/helix/pico/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/helix/rev2/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/helix/rules.mk | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/helix/pico/rules.mk b/keyboards/helix/pico/rules.mk index 449df9caa6..e18b8fb0c4 100644 --- a/keyboards/helix/pico/rules.mk +++ b/keyboards/helix/pico/rules.mk @@ -3,5 +3,3 @@ LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) LED_ANIMATIONS = yes # LED animations IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) - -DEFAULT_FOLDER = helix/pico/base diff --git a/keyboards/helix/rev2/rules.mk b/keyboards/helix/rev2/rules.mk index 4f830403f4..e827ae111f 100644 --- a/keyboards/helix/rev2/rules.mk +++ b/keyboards/helix/rev2/rules.mk @@ -7,5 +7,3 @@ LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) LED_ANIMATIONS = yes # LED animations IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) - -DEFAULT_FOLDER = helix/rev2/base diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk index f743d48d0e..a2f233cf91 100644 --- a/keyboards/helix/rules.mk +++ b/keyboards/helix/rules.mk @@ -1,3 +1 @@ -DEFAULT_FOLDER = helix/rev2 - HELIX_TOP_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST)))) |