aboutsummaryrefslogtreecommitdiff
path: root/keyboards/k34/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/k34/keymaps/default/config.h')
-rw-r--r--keyboards/k34/keymaps/default/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/k34/keymaps/default/config.h b/keyboards/k34/keymaps/default/config.h
new file mode 100644
index 000000000..803471e55
--- /dev/null
+++ b/keyboards/k34/keymaps/default/config.h
@@ -0,0 +1,24 @@
1 /* Copyright Wong Jing Ping <@wongjingping>
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 */
14
15#pragma once
16
17// use 1 combo
18#define COMBO_COUNT 1
19#define COMBO_TERM 300
20
21// mod taps for home row mods
22#define TAPPING_TERM_PER_KEY
23#define IGNORE_MOD_TAP_INTERRUPT
24