forked from mirrors/qmk_userspace
[Keymap] Remove dynamic macro customization now it's a core feature. (#7301)
This commit is contained in:
parent
0483327fa6
commit
6fd88c1556
6 changed files with 7 additions and 18 deletions
|
@ -1,10 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
// dynamic macro keys
|
||||
#define DM_PLAY DYN_MACRO_PLAY1
|
||||
#define DM_STRT DYN_REC_START1
|
||||
#define DM_STOP DYN_REC_STOP
|
||||
|
||||
// one-shot layer keys
|
||||
#define OSL_RSE OSL(RSE)
|
||||
#define OSL_LWR OSL(LWR)
|
||||
|
@ -45,4 +40,3 @@
|
|||
#endif
|
||||
|
||||
enum layers { DEF, LWR, RSE, FUN };
|
||||
enum keycodes { DYNAMIC_MACRO_RANGE = SAFE_RANGE };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue