diff options
author | Boo <32691832+BanchouBoo@users.noreply.github.com> | 2021-05-13 13:51:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 10:51:57 -0700 |
commit | 2f6618d6991a3cce81be10baba1e9feba3fa3b3c (patch) | |
tree | 9abcd23e1c99e2c29de9a1abc228ae9f78b1c7b2 /keyboards/keebio/iris/keymaps/boo/config.h | |
parent | 5db0a8e2ccdf5b43f5010ef5d3e764d5aa26f64e (diff) | |
download | qmk_firmware-2f6618d6991a3cce81be10baba1e9feba3fa3b3c.tar.gz qmk_firmware-2f6618d6991a3cce81be10baba1e9feba3fa3b3c.zip |
[Keymap] Add iris keymap 'boo' (#12749)
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 |