summaryrefslogtreecommitdiffstats
path: root/keyboards/3w6/keymaps/helltm/combos.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-05-29 06:17:24 +1000
committerNick Brassel <nick@tzarc.org>2023-05-29 06:17:24 +1000
commit5024370dd0b441e86ace3089193e84c5b050d892 (patch)
treeb661d5b154be987f9c3dba3a526b70e0b63f9fef /keyboards/3w6/keymaps/helltm/combos.h
parent16767e4d59c2334fcd2d5e6556a68d5ff60ffd7b (diff)
parent8b1d86eabf399e82af7738fb675b9c74195d0f98 (diff)
Merge branch 'develop'
Diffstat (limited to 'keyboards/3w6/keymaps/helltm/combos.h')
-rw-r--r--keyboards/3w6/keymaps/helltm/combos.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/3w6/keymaps/helltm/combos.h b/keyboards/3w6/keymaps/helltm/combos.h
index 85f44cd0d4..99173ecb22 100644
--- a/keyboards/3w6/keymaps/helltm/combos.h
+++ b/keyboards/3w6/keymaps/helltm/combos.h
@@ -19,16 +19,14 @@
#define CB(name, action, ...) C_##name,
enum user_combos {
#include "combos.def"
- COMBO_LENGTH
};
#undef CB
-uint16_t COMBO_LEN = COMBO_LENGTH;
#define CB(name, action, ...) const uint16_t PROGMEM name##_combo[] = {__VA_ARGS__, COMBO_END};
#include "combos.def"
#undef CB
-combo_t key_combos[COMBO_LENGTH] = {
+combo_t key_combos[] = {
#define CB(name, action, ...) COMBO(name##_combo, action),
#include "combos.def"
#undef CB