diff options
author | Yoshihiro Saito <yshr446@gmail.com> | 2021-11-20 02:42:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 09:42:39 -0800 |
commit | 94b535024642bab6705f1e08ec62680d8e49b62b (patch) | |
tree | 76eb08f2df97c62dcb6ef58e33b7c9fc512a264b /keyboards/ergodash/mini/keymaps/yoshimaru46/config.h | |
parent | 10c36032a075258516f30da79949a755d67a53a2 (diff) |
[Keymap] Add yoshimaru46's keymap for Ergodash mini (#15191)
Diffstat (limited to 'keyboards/ergodash/mini/keymaps/yoshimaru46/config.h')
-rw-r--r-- | keyboards/ergodash/mini/keymaps/yoshimaru46/config.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/ergodash/mini/keymaps/yoshimaru46/config.h b/keyboards/ergodash/mini/keymaps/yoshimaru46/config.h new file mode 100644 index 0000000000..df04873a97 --- /dev/null +++ b/keyboards/ergodash/mini/keymaps/yoshimaru46/config.h @@ -0,0 +1,33 @@ +/* +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 + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS |