forked from mirrors/qmk_userspace
Added Lemokey P1 Pro
This commit is contained in:
parent
b71b83f882
commit
62030ee6bb
72 changed files with 2876 additions and 507 deletions
|
@ -54,11 +54,10 @@
|
|||
|
||||
# define LED_DRIVER_SHUTDOWN_PIN B7
|
||||
|
||||
# define BT_HOST_LED_MATRIX_LIST \
|
||||
# define BT_INDICATION_LED_LIST \
|
||||
{ 17, 18, 19 }
|
||||
|
||||
# define P2P4G_HOST_LED_MATRIX_LIST \
|
||||
{ 20 }
|
||||
# define P24G_INDICATION_LED_INDEX 20
|
||||
|
||||
# define BAT_LEVEL_LED_LIST \
|
||||
{ 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 }
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifdef LK_WIRELESS_ENABLE
|
||||
# include "lkbt51.h"
|
||||
# include "wireless.h"
|
||||
# include "lemokey_wireless_common.h"
|
||||
# include "wireless_common.h"
|
||||
# include "battery.h"
|
||||
# include "transport.h"
|
||||
#endif
|
||||
|
|
2
keyboards/lemokey/l3/post_rules.mk
Normal file
2
keyboards/lemokey/l3/post_rules.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
include keyboards/lemokey/common/wireless/wireless.mk
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
include keyboards/lemokey/common/wireless/wireless.mk
|
||||
include keyboards/lemokey/common/lemokey_common.mk
|
||||
|
||||
VPATH += $(TOP_DIR)/keyboards/lemokey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue