aboutsummaryrefslogtreecommitdiffstats
path: root/users/dshields/dshields.h
diff options
context:
space:
mode:
authorDaniel Shields <1530706+shieldsd@users.noreply.github.com>2019-11-08 18:31:36 +0000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2019-11-08 10:31:36 -0800
commit6fd88c15565f88ce1e595358ea98ecc1121fa26b (patch)
tree733b9acde694083bbed0b5ae7dc1c01cd3c53db8 /users/dshields/dshields.h
parent0483327fa66396879155f3e9c10247ce54dfe18e (diff)
downloadfirmware-6fd88c15565f88ce1e595358ea98ecc1121fa26b.tar.gz
firmware-6fd88c15565f88ce1e595358ea98ecc1121fa26b.tar.bz2
firmware-6fd88c15565f88ce1e595358ea98ecc1121fa26b.zip
[Keymap] Remove dynamic macro customization now it's a core feature. (#7301)
Diffstat (limited to 'users/dshields/dshields.h')
-rw-r--r--users/dshields/dshields.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/dshields/dshields.h b/users/dshields/dshields.h
index d8f76e8c0..e1aa07a5d 100644
--- a/users/dshields/dshields.h
+++ b/users/dshields/dshields.h
@@ -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 };