diff options
author | <dlaroe@p10-it-dl.personcounty.local> | 2017-07-24 15:19:31 -0400 |
---|---|---|
committer | <dlaroe@p10-it-dl.personcounty.local> | 2017-07-24 15:19:31 -0400 |
commit | 07dcbd23fd9d4f051ee3799d6ae1ea081a97a286 (patch) | |
tree | 122b1eaf862e4b950623dcc95a58ed2dec34c557 /keyboards/lets_split/keymaps/dale/config.h | |
parent | 58139f87e456686eb8765a789ddc8aae9c7c99ce (diff) |
First Update
Diffstat (limited to 'keyboards/lets_split/keymaps/dale/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/dale/config.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/dale/config.h b/keyboards/lets_split/keymaps/dale/config.h new file mode 100644 index 0000000000..7f33a43630 --- /dev/null +++ b/keyboards/lets_split/keymaps/dale/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
\ No newline at end of file |