diff options
author | Cory Shaw <cory.shaw.dev@gmail.com> | 2017-08-26 10:34:53 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-26 10:34:53 -0400 |
commit | b28982e329c790d42369d0669b55128eb89a62f4 (patch) | |
tree | 24e696e3af936facb62c6c208255615399dce4dc /keyboards/lets_split/keymaps/mbsurfer/config.h | |
parent | 0965e5203eb5d359816e5141d0be9d523531e5d6 (diff) |
Add mbsurfer Let's Split keymap with RGB layer indicators (#1638)
Diffstat (limited to 'keyboards/lets_split/keymaps/mbsurfer/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/mbsurfer/config.h | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/mbsurfer/config.h b/keyboards/lets_split/keymaps/mbsurfer/config.h new file mode 100644 index 0000000000..7adde07348 --- /dev/null +++ b/keyboards/lets_split/keymaps/mbsurfer/config.h @@ -0,0 +1,43 @@ +/* +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" + +#define TAPPING_TERM 100 + +/* Use I2C or Serial, not both */ + +#define USE_SERIAL +// #define USE_I2C + +/* Select hand configuration */ + +//#define MASTER_LEFT +// #define _MASTER_RIGHT +#define EE_HANDS + +#undef RGBLED_NUM +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 8 + +#endif
\ No newline at end of file |