forked from mirrors/qmk_userspace
Add K17 Pro
This commit is contained in:
parent
a56ef872dd
commit
f7a08796ba
45 changed files with 4160 additions and 0 deletions
7
keyboards/keychron/k17_pro/rules.mk
Normal file
7
keyboards/keychron/k17_pro/rules.mk
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||
OPT_DEFS += -DNO_USB_STARTUP_CHECK -DENABLE_FACTORY_TEST
|
||||
|
||||
SRC += matrix.c
|
||||
|
||||
include keyboards/keychron/bluetooth/bluetooth.mk
|
Loading…
Add table
Add a link
Reference in a new issue