diff options
author | nopunin10did <w.alex.ronke@gmail.com> | 2020-02-08 22:54:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-08 19:54:10 -0800 |
commit | 2fe288d01d1f15cd2bcfcf6f4282f728da6ea7be (patch) | |
tree | d66f2ca2edd7ad3dfd452e8ef2fdbe850eb4559b /keyboards/ergodash/rev1/keymaps/nopunin10did/config.h | |
parent | b6e23f974bf92a2e2342ede43e98ecfd24a84f51 (diff) |
[Keymap] Adding ergodash/rev1:nopunin10did (#8098)
* Adding ergodash/rev1:nopunin10did
* Update keyboards/ergodash/rev1/keymaps/nopunin10did/keymap.c
* Update keyboards/ergodash/rev1/keymaps/nopunin10did/keymap.c
* Update keyboards/ergodash/rev1/keymaps/nopunin10did/readme.md
Diffstat (limited to 'keyboards/ergodash/rev1/keymaps/nopunin10did/config.h')
-rw-r--r-- | keyboards/ergodash/rev1/keymaps/nopunin10did/config.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/keyboards/ergodash/rev1/keymaps/nopunin10did/config.h b/keyboards/ergodash/rev1/keymaps/nopunin10did/config.h new file mode 100644 index 0000000000..b5c45669d4 --- /dev/null +++ b/keyboards/ergodash/rev1/keymaps/nopunin10did/config.h @@ -0,0 +1,36 @@ +/* +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 + +#undef TAPPING_TERM +#define TAPPING_TERM 300
\ No newline at end of file |