diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-13 17:52:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-13 17:52:38 +0000 |
commit | 75ffb4b7e26201a5333e3839f37631981c3cd46b (patch) | |
tree | f13ff00f2a6236d61401a9f5b9002ab3975261b4 /keyboards/keebio/iris/keymaps/boo/config.h | |
parent | 929d06a65f5a56fd08e82fa68473f3280a3b7cb2 (diff) | |
parent | 2f6618d6991a3cce81be10baba1e9feba3fa3b3c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebio/iris/keymaps/boo/config.h')
-rw-r--r-- | keyboards/keebio/iris/keymaps/boo/config.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/boo/config.h b/keyboards/keebio/iris/keymaps/boo/config.h new file mode 100644 index 0000000000..6af7d40852 --- /dev/null +++ b/keyboards/keebio/iris/keymaps/boo/config.h @@ -0,0 +1,26 @@ +/* +Copyright 2017 Danny Nguyen <danny@keeb.io> + +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 + +/* Use I2C or Serial, not both */ +#define USE_SERIAL + +/* Select hand configuration */ +#define MASTER_LEFT + +#define TAPPING_TERM 200 |