mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 02:17:38 +06:00
Merge pull request #85 from campbellhennessy/saferange
Included NEW_SAFE_RANGE in Keychron K series enums
This commit is contained in:
commit
c636c58088
|
@ -48,6 +48,7 @@ enum {
|
|||
BT_HST3,
|
||||
#endif
|
||||
BAT_LVL,
|
||||
NEW_SAFE_RANGE,
|
||||
};
|
||||
|
||||
#define LAYOUT_ansi_84( \
|
||||
|
|
|
@ -48,6 +48,7 @@ enum {
|
|||
BT_HST3,
|
||||
#endif
|
||||
BAT_LVL,
|
||||
NEW_SAFE_RANGE,
|
||||
};
|
||||
|
||||
#define LAYOUT_ansi_68( \
|
||||
|
|
|
@ -48,6 +48,7 @@ enum {
|
|||
BT_HST3,
|
||||
#endif
|
||||
BAT_LVL,
|
||||
NEW_SAFE_RANGE,
|
||||
};
|
||||
|
||||
#define LAYOUT_ansi_87( \
|
||||
|
|
Loading…
Reference in New Issue
Block a user