Migrate remaining DEFAULT_FOLDER to keyboard aliases (#25291)

This commit is contained in:
Joel Challis 2025-06-10 22:20:34 +01:00 committed by GitHub
parent 8347a6688f
commit 5bdeb7dad1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
20 changed files with 49 additions and 38 deletions

View File

@ -2258,5 +2258,54 @@
}, },
"zsa/planck_ez": { "zsa/planck_ez": {
"target": "zsa/planck_ez/base" "target": "zsa/planck_ez/base"
},
// DEFAULT_FOLDER removed during 2025 Q3 cycle
"cannonkeys/satisfaction75": {
"target": "cannonkeys/satisfaction75/rev1"
},
"converter/adb_usb": {
"target": "converter/adb_usb/rev1"
},
"converter/sun_usb": {
"target": "converter/sun_usb/type5"
},
"converter/usb_usb": {
"target": "converter/usb_usb/hasu"
},
"durgod/dgk6x": {
"target": "durgod/dgk6x/hades_ansi"
},
"ergodox_ez": {
"target": "ergodox_ez/base"
},
"ferris/0_2": {
"target": "ferris/0_2/base"
},
"handwired/dygma/raise": {
"target": "handwired/dygma/raise/ansi"
},
"helix/pico": {
"target": "helix/pico/base"
},
"helix": {
"target": "helix/rev2/base"
},
"helix/rev2": {
"target": "helix/rev2/base"
},
"ibm/model_m/mschwingen": {
"target": "ibm/model_m/mschwingen/led_wired"
},
"mechwild/sugarglider": {
"target": "mechwild/sugarglider/wide_oled/f401"
},
"mechwild/sugarglider/wide_oled": {
"target": "mechwild/sugarglider/wide_oled/f401"
},
"novelkeys/nk65": {
"target": "novelkeys/nk65/base"
},
"sirius/uni660/rev2": {
"target": "sirius/uni660/rev2/ansi"
} }
} }

View File

@ -5,5 +5,3 @@ VPATH += keyboards/cannonkeys/lib/satisfaction75
SRC += satisfaction_encoder.c \ SRC += satisfaction_encoder.c \
satisfaction_oled.c \ satisfaction_oled.c \
satisfaction_core.c satisfaction_core.c
DEFAULT_FOLDER = cannonkeys/satisfaction75/rev1

View File

@ -3,5 +3,3 @@ CUSTOM_MATRIX = yes
SRC += matrix.c adb.c led.c SRC += matrix.c adb.c led.c
# OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE # OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE
DEFAULT_FOLDER = converter/adb_usb/rev1

View File

@ -3,5 +3,3 @@ CUSTOM_MATRIX = yes
SRC += matrix.c led.c SRC += matrix.c led.c
UART_DRIVER_REQUIRED = yes UART_DRIVER_REQUIRED = yes
DEFAULT_FOLDER = converter/sun_usb/type5

View File

@ -1,5 +1,3 @@
CUSTOM_MATRIX = yes CUSTOM_MATRIX = yes
SRC += custom_matrix.cpp SRC += custom_matrix.cpp
DEFAULT_FOLDER = converter/usb_usb/hasu

View File

@ -1,4 +1,2 @@
# Do not put the microcontroller into power saving mode # Do not put the microcontroller into power saving mode
NO_SUSPEND_POWER_DOWN = yes NO_SUSPEND_POWER_DOWN = yes
DEFAULT_FOLDER=durgod/dgk6x/hades_ansi

View File

@ -14,5 +14,3 @@ AUDIO_SUPPORTED = no
BACKLIGHT_SUPPORTED = no BACKLIGHT_SUPPORTED = no
MOUSE_SHARED_EP = no MOUSE_SHARED_EP = no
DEFAULT_FOLDER = ergodox_ez/base

View File

@ -2,5 +2,3 @@ CUSTOM_MATRIX = lite
SRC += matrix.c SRC += matrix.c
I2C_DRIVER_REQUIRED = yes I2C_DRIVER_REQUIRED = yes
DEFAULT_FOLDER = ferris/0_2/base

View File

@ -7,5 +7,3 @@ CUSTOM_MATRIX = lite
I2C_DRIVER_REQUIRED = yes I2C_DRIVER_REQUIRED = yes
SRC += matrix.c SRC += matrix.c
DEFAULT_FOLDER = handwired/dygma/raise/ansi

View File

@ -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_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
LED_ANIMATIONS = yes # LED animations LED_ANIMATIONS = yes # LED animations
IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
DEFAULT_FOLDER = helix/pico/base

View File

@ -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_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.)
LED_ANIMATIONS = yes # LED animations LED_ANIMATIONS = yes # LED animations
IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone)
DEFAULT_FOLDER = helix/rev2/base

View File

@ -1,3 +1 @@
DEFAULT_FOLDER = helix/rev2
HELIX_TOP_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST)))) HELIX_TOP_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))

View File

@ -5,5 +5,3 @@ UART_DRIVER_REQUIRED = yes
SPI_DRIVER_REQUIRED = yes SPI_DRIVER_REQUIRED = yes
OPT_DEFS += -DSLEEP_LED_ENABLE OPT_DEFS += -DSLEEP_LED_ENABLE
DEFAULT_FOLDER = ibm/model_m/mschwingen/led_wired

View File

@ -7,5 +7,3 @@ CUSTOM_MATRIX = lite
VPATH += drivers/gpio VPATH += drivers/gpio
SRC += mcp23018.c matrix.c SRC += mcp23018.c matrix.c
I2C_DRIVER_REQUIRED = yes I2C_DRIVER_REQUIRED = yes
DEFAULT_FOLDER = mechwild/sugarglider/wide_oled

View File

@ -2,5 +2,3 @@
# change yes to no to disable # change yes to no to disable
# #
WIDE_OLED_ENABLE = yes WIDE_OLED_ENABLE = yes
DEFAULT_FOLDER = mechwild/sugarglider/wide_oled/f401

View File

@ -11,5 +11,3 @@ SRC = keyboards/wilba_tech/wt_main.c \
keyboards/wilba_tech/wt_rgb_backlight.c \ keyboards/wilba_tech/wt_rgb_backlight.c \
drivers/led/issi/is31fl3733.c \ drivers/led/issi/is31fl3733.c \
quantum/color.c quantum/color.c
DEFAULT_FOLDER = novelkeys/nk65/base

View File

@ -1,5 +1,3 @@
DEFAULT_FOLDER = redox/rev1/base
# Disable unsupported hardware # Disable unsupported hardware
AUDIO_SUPPORTED = no AUDIO_SUPPORTED = no
BACKLIGHT_SUPPORTED = no BACKLIGHT_SUPPORTED = no

View File

@ -3,5 +3,3 @@ CUSTOM_MATRIX = lite
# project specific files # project specific files
SRC += matrix.c SRC += matrix.c
UART_DRIVER_REQUIRED = yes UART_DRIVER_REQUIRED = yes
DEFAULT_FOLDER = sirius/uni660/rev2/ansi

View File

@ -8,5 +8,3 @@ SRC += \
djinn_portscan_matrix.c \ djinn_portscan_matrix.c \
djinn_split_sync.c \ djinn_split_sync.c \
djinn_usbpd.c djinn_usbpd.c
DEFAULT_FOLDER = tzarc/djinn/rev2

View File

@ -1,6 +1,4 @@
CUSTOM_MATRIX = lite CUSTOM_MATRIX = lite
QUANTUM_PAINTER_DRIVERS = ssd1351_spi QUANTUM_PAINTER_DRIVERS = ssd1351_spi
DEFAULT_FOLDER = tzarc/ghoul/rev1/stm32
ANALOG_DRIVER_REQUIRED = yes ANALOG_DRIVER_REQUIRED = yes