adding all 10t8or_spacefn layouts as well
[jackhill/qmk/firmware.git] / keyboards / xwhatsit / ibm / 5251 / xwhatsit_beamspring_rev_4 / keymaps / 10t8or_spacefn / config.h
1 /* (C) 10t8or, 2o2o
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 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17 #pragma once
18
19 // place overrides here
20 #undef CAPSENSE_CAL_BINS
21 #define CAPSENSE_CAL_BINS 15 // default was 3, trying to adjust to bigger differences in key groups/clusters
22
23
24 #undef PRODUCT
25 #define PRODUCT 10t_5251
26
27 #define FORCE_NKRO
28 #define TAPPING_TERM 140 // default is 200 but is too slow for me to start activating space-fn
29 #define PERMISSIVE_HOLD // for fast typers: makes tap and hold keys trigger the hold if another key is pressed before releasingmakes tap and hold keys trigger the hold if another key is pressed before releasing
30 #define IGNORE_MOD_TAP_INTERRUPT // enables rolling combos
31 #undef TAPPING_FORCE_HOLD // if this is set the autorepeat of a dual action key will not be enabled, autorepeat will activate at the second tap
32 // #define #GRAVE_ESC_GUI_OVERRIDE // I should not need this, but if using KC_GESC then GUI+ESC would not yeld anything (instead of a tilde)
33 #undef NO_ACTION_ONESHOT // If it's set then OSL() would not work on LSIFHT !!
34 #define ONESHOT_TAP_TOGGLE 999
35 // this should be already set, and makes the firmware more slick if not needed
36 //#define NO_ACTION_MACRO
37 //#define NO_ACTION_FUNCTION
38
39 /* Set 0 if debouncing isn't needed */
40 //#define DEBOUNCE 5
41
42
43