diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-21 05:52:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-21 05:52:26 +0000 |
commit | 1216e807c0dcc0d906fa4e120e7628b3509ee676 (patch) | |
tree | d71a028601650d3d9ed4f315d3be9e0026911dc5 /keyboards/ergodash/rev1/keymaps/ifohancroft/config.h | |
parent | 8463553d71944e400f56585bbb6aad313674d2a7 (diff) | |
parent | bb9316a2f915995e2bd6884425af1eaa10c09503 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ergodash/rev1/keymaps/ifohancroft/config.h')
-rw-r--r-- | keyboards/ergodash/rev1/keymaps/ifohancroft/config.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/ergodash/rev1/keymaps/ifohancroft/config.h b/keyboards/ergodash/rev1/keymaps/ifohancroft/config.h new file mode 100644 index 0000000000..9a0d0e54f7 --- /dev/null +++ b/keyboards/ergodash/rev1/keymaps/ifohancroft/config.h @@ -0,0 +1,21 @@ +/* Copyright 2021 IFo Hancroft + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#pragma once + +// place overrides here +#define USB_POLLING_INTERVAL_MS 1 +#define FORCE_NKRO |