forked from mirror/qmk_firmware
Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915)
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
|
||||
DEFAULT_FOLDER = westm/westm9/rev2
|
||||
@@ -1,4 +1,2 @@
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
|
||||
DEFAULT_FOLDER = westm/westm68/rev2
|
||||
@@ -1,4 +1,2 @@
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
|
||||
DEFAULT_FOLDER = cannonkeys/db60/rev2
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"keyboard_name": "Stowaway Converter",
|
||||
"manufacturer": "QMK",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x0001",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": false,
|
||||
"console": true,
|
||||
"command": true
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,22 @@
|
||||
{
|
||||
"keyboard_name": "Stowaway Converter",
|
||||
"manufacturer": "QMK",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x0001",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"mousekey": false,
|
||||
"extrakey": false,
|
||||
"console": true,
|
||||
"command": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
||||
@@ -3,5 +3,3 @@ CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c
|
||||
UART_DRIVER_REQUIRED = yes
|
||||
|
||||
DEFAULT_FOLDER = converter/palm_usb/stowaway
|
||||
2
keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
Normal file
2
keyboards/handwired/meck_tkl/blackpill_f401/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
AUDIO_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
@@ -1,4 +0,0 @@
|
||||
AUDIO_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
|
||||
DEFAULT_FOLDER = handwired/meck_tkl/blackpill_f401
|
||||
@@ -2,5 +2,3 @@ CUSTOM_MATRIX = yes
|
||||
|
||||
# project specific files
|
||||
SRC = matrix.c
|
||||
|
||||
DEFAULT_FOLDER = hhkb/ansi/32u4
|
||||
4
keyboards/hhkb/ansi/32u4/rules.mk
Normal file
4
keyboards/hhkb/ansi/32u4/rules.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
# project specific files
|
||||
SRC = matrix.c
|
||||
3
keyboards/kakunpc/angel64/alpha/rules.mk
Normal file
3
keyboards/kakunpc/angel64/alpha/rules.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c
|
||||
3
keyboards/kakunpc/angel64/rev1/rules.mk
Normal file
3
keyboards/kakunpc/angel64/rev1/rules.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c
|
||||
@@ -1,5 +0,0 @@
|
||||
CUSTOM_MATRIX = yes
|
||||
|
||||
SRC += matrix.c
|
||||
|
||||
DEFAULT_FOLDER = kakunpc/angel64/rev1
|
||||
@@ -1,3 +1 @@
|
||||
POINTING_DEVICE_DRIVER = adns9800
|
||||
|
||||
DEFAULT_FOLDER = oddball/v1
|
||||
1
keyboards/oddball/v2/rules.mk
Normal file
1
keyboards/oddball/v2/rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
POINTING_DEVICE_DRIVER = adns9800
|
||||
1
keyboards/oddball/v2_1/rules.mk
Normal file
1
keyboards/oddball/v2_1/rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
POINTING_DEVICE_DRIVER = adns9800
|
||||
1
keyboards/teleport/native/ansi/rules.mk
Normal file
1
keyboards/teleport/native/ansi/rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
1
keyboards/teleport/native/iso/rules.mk
Normal file
1
keyboards/teleport/native/iso/rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
@@ -1,3 +0,0 @@
|
||||
RGB_MATRIX_CUSTOM_KB = yes
|
||||
|
||||
DEFAULT_FOLDER = teleport/native/iso
|
||||
2
keyboards/westm/westm68/rev1/rules.mk
Normal file
2
keyboards/westm/westm68/rev1/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
2
keyboards/westm/westm68/rev2/rules.mk
Normal file
2
keyboards/westm/westm68/rev2/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
2
keyboards/westm/westm9/rev1/rules.mk
Normal file
2
keyboards/westm/westm9/rev1/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
2
keyboards/westm/westm9/rev2/rules.mk
Normal file
2
keyboards/westm/westm9/rev2/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
# Wildcard to allow APM32 MCU
|
||||
DFU_SUFFIX_ARGS = -v FFFF -p FFFF
|
||||
@@ -1,2 +1,5 @@
|
||||
# Processor frequency
|
||||
F_CPU = 8000000
|
||||
|
||||
CUSTOM_MATRIX = yes
|
||||
SRC += matrix.c
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
CUSTOM_MATRIX = yes
|
||||
SRC += matrix.c
|
||||
|
||||
# Disable unsupported hardware
|
||||
RGBLIGHT_SUPPORTED = no
|
||||
AUDIO_SUPPORTED = no
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
CUSTOM_MATRIX = yes
|
||||
SRC += matrix.c
|
||||
|
||||
DEFAULT_FOLDER = woodkeys/meira/promicro
|
||||
1
keyboards/work_louder/loop/post_rules.mk
Normal file
1
keyboards/work_louder/loop/post_rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
SRC += rgb_functions.c
|
||||
@@ -1,3 +0,0 @@
|
||||
SRC += rgb_functions.c
|
||||
|
||||
DEFAULT_FOLDER = work_louder/loop/rev3
|
||||
1
keyboards/work_louder/work_board/post_rules.mk
Normal file
1
keyboards/work_louder/work_board/post_rules.mk
Normal file
@@ -0,0 +1 @@
|
||||
SRC += rgb_functions.c
|
||||
@@ -1,3 +0,0 @@
|
||||
SRC += rgb_functions.c
|
||||
|
||||
DEFAULT_FOLDER = work_louder/work_board/rev3
|
||||
2
keyboards/zsa/planck_ez/base/rules.mk
Normal file
2
keyboards/zsa/planck_ez/base/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
RGBLIGHT_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
2
keyboards/zsa/planck_ez/glow/rules.mk
Normal file
2
keyboards/zsa/planck_ez/glow/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
RGBLIGHT_SUPPORTED = no
|
||||
BACKLIGHT_SUPPORTED = no
|
||||
@@ -1,4 +0,0 @@
|
||||
RGBLIGHT_SUPPORTED = no
|
||||
BAKCLIGHT_SUPPORTED = no
|
||||
|
||||
DEFAULT_FOLDER = zsa/planck_ez/base
|
||||
Reference in New Issue
Block a user