diff options
author | Jorge Porras <jorgeporras.tij@gmail.com> | 2018-04-08 11:14:41 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-08 11:14:41 -0700 |
commit | f32e0200ed1613f25223221830e7b1d98f97ba1f (patch) | |
tree | e3da44ae828c3fdb51a1bea20cadceb61b91747f /keyboards/lets_split/keymaps/normacos/config.h | |
parent | 1f778684276e90609c183045a72c96c3c12d452c (diff) | |
download | qmk_firmware-f32e0200ed1613f25223221830e7b1d98f97ba1f.tar.gz |
Normacos keymap for let's split keyboard (#2691)
* Cheers let's split keymap
* fixed typo on norman layer of cheers keymap for let's split
* fixed right handed mappings for home row
* cheers keymap for let's split redefinition
* updated Cheers keymap for let's split
* cheers keymap for let's split updated with some terminal macros
* renamed cheers let's split keymap to a more appropriate normacos
* updated normacos keymap doc / removed non functional keys
* reset let's split rules to default values
* added more spotlight search macros
* normalized keymap comments
* Moved numpad on lower layer
Diffstat (limited to 'keyboards/lets_split/keymaps/normacos/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/normacos/config.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/normacos/config.h b/keyboards/lets_split/keymaps/normacos/config.h new file mode 100644 index 000000000..9f95a869d --- /dev/null +++ b/keyboards/lets_split/keymaps/normacos/config.h @@ -0,0 +1,37 @@ +/* +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/>. +*/ + +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +/* Use I2C or Serial, not both */ + +#define USE_SERIAL +// #define USE_I2C + +/* Select hand configuration */ + +// #define MASTER_LEFT +// #define _MASTER_RIGHT +#define EE_HANDS + +#endif |