diff options
author | Yasuhiro Shimizu <the.phantom.bane@gmail.com> | 2018-09-02 01:38:29 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-01 09:38:29 -0700 |
commit | ffc2dc0359ee3eee4eea8605082cfc210b1bc53d (patch) | |
tree | ebf609037a3cd22170d3296d0b4d3a5510182a6a /keyboards/lets_split/keymaps/yshrsmz/config.h | |
parent | 8eb674b257147efa4ba7829fb294254497aec7c6 (diff) |
Keymap: add yshrsmz keymaps (#3770)
* add ergo42 keymap
* add helix keymap
* add keymap for lets_split
* Add keymap for nyquist
* update keymaps to address review comments
- remove unneeded include
- use `#pragma once`
Diffstat (limited to 'keyboards/lets_split/keymaps/yshrsmz/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/yshrsmz/config.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/yshrsmz/config.h b/keyboards/lets_split/keymaps/yshrsmz/config.h new file mode 100644 index 0000000000..301f1ffc60 --- /dev/null +++ b/keyboards/lets_split/keymaps/yshrsmz/config.h @@ -0,0 +1,35 @@ +/* +This is the c configuration file for the keymap + +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert + +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 +// #define USE_I2C + +/* auto shift config */ +#define AUTO_SHIFT_TIMEOUT 150 + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define _MASTER_RIGHT +// #define EE_HANDS |