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
|
@ -47,7 +47,7 @@
|
|||
|
||||
/* Indications */
|
||||
# define CAPS_LOCK_INDEX 47
|
||||
# define LOW_BAT_IND_INDEX \
|
||||
# define SPACE_KEY_LOW_BAT_IND \
|
||||
{ 79 }
|
||||
|
||||
# define RGB_MATRIX_KEYPRESSES
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
#define ENCODER_DEFAULT_POS 0x3
|
||||
#define ENCODER_MAP_KEY_DELAY 2
|
||||
|
||||
# define LED_DRIVER_SHUTDOWN_PIN B7
|
||||
|
||||
#ifdef LK_WIRELESS_ENABLE
|
||||
/* Hardware configuration */
|
||||
# define P2P4_MODE_SELECT_PIN A9
|
||||
|
@ -39,13 +41,10 @@
|
|||
|
||||
# if defined(RGB_MATRIX_ENABLE) || defined(LED_MATRIX_ENABLE)
|
||||
|
||||
# define LED_DRIVER_SHUTDOWN_PIN B7
|
||||
|
||||
# define BT_HOST_LED_MATRIX_LIST \
|
||||
# define BT_INDICATION_LED_LIST \
|
||||
{ 16, 17, 18 }
|
||||
|
||||
# define P2P4G_HOST_LED_MATRIX_LIST \
|
||||
{ 19 }
|
||||
# define P24G_INDICATION_LED_INDEX 19
|
||||
|
||||
# define BAT_LEVEL_LED_LIST \
|
||||
{ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
|
||||
|
|
|
@ -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/l1/post_rules.mk
Normal file
2
keyboards/lemokey/l1/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