Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24915)
This commit is contained in:
parent
132efa9076
commit
164b7331c3
37 changed files with 90 additions and 58 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue