diff options
author | Hoàng Vương <shadowprogr@gmail.com> | 2020-03-24 14:13:45 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 00:13:45 -0700 |
commit | 3b05f25221ec9274b6bcc9d2a68085e13c8fcca7 (patch) | |
tree | 58b077049760f6d064a75a4762203bb2efa6cb3d /keyboards/ergodash/rev1/keymaps/shadowprogr/config.h | |
parent | e05e67187105d4aeaa020f93acaccc4721027843 (diff) |
[Keymap] shadowprogr's personal keymap (#8497)
* Add personal keymap
* Add keymap readme.md
* Update keymap
Diffstat (limited to 'keyboards/ergodash/rev1/keymaps/shadowprogr/config.h')
-rw-r--r-- | keyboards/ergodash/rev1/keymaps/shadowprogr/config.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/keyboards/ergodash/rev1/keymaps/shadowprogr/config.h b/keyboards/ergodash/rev1/keymaps/shadowprogr/config.h new file mode 100644 index 0000000000..4dcefdbcc6 --- /dev/null +++ b/keyboards/ergodash/rev1/keymaps/shadowprogr/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 + +#define LEADER_PER_KEY_TIMING +#define LEADER_TIMEOUT 250
\ No newline at end of file |