mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-03 14:32:05 +00:00
Migrate remaining DEFAULT_FOLDER
to keyboard aliases (#25291)
This commit is contained in:
parent
8347a6688f
commit
5bdeb7dad1
@ -2258,5 +2258,54 @@
|
||||
},
|
||||
"zsa/planck_ez": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
@ -5,5 +5,3 @@ VPATH += keyboards/cannonkeys/lib/satisfaction75
|
||||
SRC += satisfaction_encoder.c \
|
||||
satisfaction_oled.c \
|
||||
satisfaction_core.c
|
||||
|
||||
DEFAULT_FOLDER = cannonkeys/satisfaction75/rev1
|
@ -3,5 +3,3 @@ CUSTOM_MATRIX = yes
|
||||
SRC += matrix.c adb.c led.c
|
||||
|
||||
# OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE
|
||||
|
||||
DEFAULT_FOLDER = converter/adb_usb/rev1
|
||||
|
@ -3,5 +3,3 @@ CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c led.c
|
||||
UART_DRIVER_REQUIRED = yes
|
||||
|
||||
DEFAULT_FOLDER = converter/sun_usb/type5
|
||||
|
@ -1,5 +1,3 @@
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += custom_matrix.cpp
|
||||
|
||||
DEFAULT_FOLDER = converter/usb_usb/hasu
|
||||
|
@ -1,4 +1,2 @@
|
||||
# Do not put the microcontroller into power saving mode
|
||||
NO_SUSPEND_POWER_DOWN = yes
|
||||
|
||||
DEFAULT_FOLDER=durgod/dgk6x/hades_ansi
|
||||
|
@ -14,5 +14,3 @@ AUDIO_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
|
||||
MOUSE_SHARED_EP = no
|
||||
|
||||
DEFAULT_FOLDER = ergodox_ez/base
|
||||
|
@ -2,5 +2,3 @@ CUSTOM_MATRIX = lite
|
||||
|
||||
SRC += matrix.c
|
||||
I2C_DRIVER_REQUIRED = yes
|
||||
|
||||
DEFAULT_FOLDER = ferris/0_2/base
|
||||
|
@ -7,5 +7,3 @@ CUSTOM_MATRIX = lite
|
||||
|
||||
I2C_DRIVER_REQUIRED = yes
|
||||
SRC += matrix.c
|
||||
|
||||
DEFAULT_FOLDER = handwired/dygma/raise/ansi
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1 @@
|
||||
DEFAULT_FOLDER = helix/rev2
|
||||
|
||||
HELIX_TOP_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
|
||||
|
@ -5,5 +5,3 @@ UART_DRIVER_REQUIRED = yes
|
||||
SPI_DRIVER_REQUIRED = yes
|
||||
|
||||
OPT_DEFS += -DSLEEP_LED_ENABLE
|
||||
|
||||
DEFAULT_FOLDER = ibm/model_m/mschwingen/led_wired
|
||||
|
@ -7,5 +7,3 @@ CUSTOM_MATRIX = lite
|
||||
VPATH += drivers/gpio
|
||||
SRC += mcp23018.c matrix.c
|
||||
I2C_DRIVER_REQUIRED = yes
|
||||
|
||||
DEFAULT_FOLDER = mechwild/sugarglider/wide_oled
|
||||
|
@ -2,5 +2,3 @@
|
||||
# change yes to no to disable
|
||||
#
|
||||
WIDE_OLED_ENABLE = yes
|
||||
|
||||
DEFAULT_FOLDER = mechwild/sugarglider/wide_oled/f401
|
||||
|
@ -11,5 +11,3 @@ SRC = keyboards/wilba_tech/wt_main.c \
|
||||
keyboards/wilba_tech/wt_rgb_backlight.c \
|
||||
drivers/led/issi/is31fl3733.c \
|
||||
quantum/color.c
|
||||
|
||||
DEFAULT_FOLDER = novelkeys/nk65/base
|
||||
|
@ -1,5 +1,3 @@
|
||||
DEFAULT_FOLDER = redox/rev1/base
|
||||
|
||||
# Disable unsupported hardware
|
||||
AUDIO_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
|
@ -3,5 +3,3 @@ CUSTOM_MATRIX = lite
|
||||
# project specific files
|
||||
SRC += matrix.c
|
||||
UART_DRIVER_REQUIRED = yes
|
||||
|
||||
DEFAULT_FOLDER = sirius/uni660/rev2/ansi
|
||||
|
@ -8,5 +8,3 @@ SRC += \
|
||||
djinn_portscan_matrix.c \
|
||||
djinn_split_sync.c \
|
||||
djinn_usbpd.c
|
||||
|
||||
DEFAULT_FOLDER = tzarc/djinn/rev2
|
||||
|
@ -1,6 +1,4 @@
|
||||
CUSTOM_MATRIX = lite
|
||||
QUANTUM_PAINTER_DRIVERS = ssd1351_spi
|
||||
|
||||
DEFAULT_FOLDER = tzarc/ghoul/rev1/stm32
|
||||
|
||||
ANALOG_DRIVER_REQUIRED = yes
|
||||
|
Loading…
Reference in New Issue
Block a user