summaryrefslogtreecommitdiffstats
path: root/users/ericgebhart/extensions/keymap_combo.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-05-15 22:27:37 +1000
committerGitHub <noreply@github.com>2023-05-15 22:27:37 +1000
commit5faa23d54ca1e3ab83097f2a07922f48800616e6 (patch)
tree6ed05e5492f3fc8dda210a75b897dd9d4ed8df38 /users/ericgebhart/extensions/keymap_combo.h
parent433dc6068603e61d466e755aedcea0be96664f95 (diff)
Keymap introspection for combos. (#19670)
Diffstat (limited to 'users/ericgebhart/extensions/keymap_combo.h')
-rw-r--r--users/ericgebhart/extensions/keymap_combo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/ericgebhart/extensions/keymap_combo.h b/users/ericgebhart/extensions/keymap_combo.h
index cd9684e601..e918fa08ea 100644
--- a/users/ericgebhart/extensions/keymap_combo.h
+++ b/users/ericgebhart/extensions/keymap_combo.h
@@ -52,10 +52,7 @@ void process_combo_event(uint16_t combo_index, bool pressed);
#define TOGG A_ENUM
enum combos {
#include "combos.def"
- COMBO_LENGTH
};
-// Export length to combo module
-uint16_t COMBO_LEN = COMBO_LENGTH;
// Bake combos into mem
#undef COMB