diff options
Diffstat (limited to 'layouts/community/ergodox/townk_osx/config.h')
-rw-r--r-- | layouts/community/ergodox/townk_osx/config.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/layouts/community/ergodox/townk_osx/config.h b/layouts/community/ergodox/townk_osx/config.h new file mode 100644 index 000000000..59b3188df --- /dev/null +++ b/layouts/community/ergodox/townk_osx/config.h | |||
@@ -0,0 +1,44 @@ | |||
1 | /* | ||
2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
3 | Copyright 2013 Oleg Kostyuk <cub.uanic@gmail.com> | ||
4 | |||
5 | This program is free software: you can redistribute it and/or modify | ||
6 | it under the terms of the GNU General Public License as published by | ||
7 | the Free Software Foundation, either version 2 of the License, or | ||
8 | (at your option) any later version. | ||
9 | |||
10 | This program is distributed in the hope that it will be useful, | ||
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | GNU General Public License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU General Public License | ||
16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | ||
18 | |||
19 | #ifndef CONFIG_H | ||
20 | #define CONFIG_H | ||
21 | |||
22 | #include QMK_KEYBOARD_CONFIG_H | ||
23 | /* | ||
24 | * Feature disable options | ||
25 | * These options are also useful to firmware size reduction. | ||
26 | */ | ||
27 | |||
28 | /* disable debug print */ | ||
29 | // #define NO_DEBUG | ||
30 | |||
31 | /* disable print */ | ||
32 | // #define NO_PRINT | ||
33 | |||
34 | /* disable action features */ | ||
35 | //#define NO_ACTION_LAYER | ||
36 | //#define NO_ACTION_TAPPING | ||
37 | //#define NO_ACTION_ONESHOT | ||
38 | //#define NO_ACTION_MACRO | ||
39 | //#define NO_ACTION_FUNCTION | ||
40 | //#define DEBUG_MATRIX_SCAN_RATE | ||
41 | #define ONESHOT_TAP_TOGGLE 2 | ||
42 | #define ONESHOT_TIMEOUT 3000 | ||
43 | |||
44 | #endif | ||