summaryrefslogtreecommitdiffstats
path: root/keyboards/program_yoink/ortho/keymaps/default/config.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 /keyboards/program_yoink/ortho/keymaps/default/config.h
parent433dc6068603e61d466e755aedcea0be96664f95 (diff)
Keymap introspection for combos. (#19670)
Diffstat (limited to 'keyboards/program_yoink/ortho/keymaps/default/config.h')
-rw-r--r--keyboards/program_yoink/ortho/keymaps/default/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/program_yoink/ortho/keymaps/default/config.h b/keyboards/program_yoink/ortho/keymaps/default/config.h
index ea7075aecb..eb4161b940 100644
--- a/keyboards/program_yoink/ortho/keymaps/default/config.h
+++ b/keyboards/program_yoink/ortho/keymaps/default/config.h
@@ -20,6 +20,5 @@
#define TAPPING_TERM 200
#ifdef COMBO_ENABLE
-# define COMBO_COUNT 10
# define COMBO_TERM 60
-#endif \ No newline at end of file
+#endif