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
|
@ -1,4 +1,4 @@
|
|||
/* Copyright 2022 @ Keychron (https://www.lemokey.com)
|
||||
/* Copyright 2022~2024 @ Keychron (https://www.lemokey.com)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -24,7 +24,7 @@ enum {
|
|||
KC_FILE_EXPLORER,
|
||||
KC_LOCK_SCREEN, // Lock screen
|
||||
KC_MCTRL,
|
||||
KC_LANCH,
|
||||
KC_LNPAD,
|
||||
KC_LOPTN,
|
||||
KC_ROPTN,
|
||||
KC_LCMMD,
|
||||
|
@ -35,15 +35,16 @@ enum {
|
|||
BT_HST3,
|
||||
P2P4G,
|
||||
BAT_LVL,
|
||||
__LK_WIRELESS_ENABLE_END = BAT_LVL,
|
||||
#else
|
||||
BT_HST1 = _______,
|
||||
BT_HST2 = _______,
|
||||
BT_HST3 = _______,
|
||||
P2P4G = _______,
|
||||
BAT_LVL = _______,
|
||||
__LK_WIRELESS_ENABLE_END = KC_LOCK_SCREEN,
|
||||
#endif
|
||||
|
||||
NEW_SAFE_RANGE,
|
||||
NEW_SAFE_RANGE = __LK_WIRELESS_ENABLE_END + 1,
|
||||
};
|
||||
|
||||
#define KC_TASK KC_TASK_VIEW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue