aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/townk_osx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/townk_osx/config.h')
-rw-r--r--layouts/community/ergodox/townk_osx/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/community/ergodox/townk_osx/config.h b/layouts/community/ergodox/townk_osx/config.h
index 59b3188df..c817dadf5 100644
--- a/layouts/community/ergodox/townk_osx/config.h
+++ b/layouts/community/ergodox/townk_osx/config.h
@@ -16,10 +16,8 @@ You should have received a copy of the GNU General Public License
16along with this program. If not, see <http://www.gnu.org/licenses/>. 16along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18 18
19#ifndef CONFIG_H 19#pragma once
20#define CONFIG_H
21 20
22#include QMK_KEYBOARD_CONFIG_H
23/* 21/*
24 * Feature disable options 22 * Feature disable options
25 * These options are also useful to firmware size reduction. 23 * These options are also useful to firmware size reduction.
@@ -40,5 +38,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40//#define DEBUG_MATRIX_SCAN_RATE 38//#define DEBUG_MATRIX_SCAN_RATE
41#define ONESHOT_TAP_TOGGLE 2 39#define ONESHOT_TAP_TOGGLE 2
42#define ONESHOT_TIMEOUT 3000 40#define ONESHOT_TIMEOUT 3000
43
44#endif