diff options
author | Jonas Avellana <14019120+ninjonas@users.noreply.github.com> | 2019-09-02 08:40:01 -0600 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-02 07:40:01 -0700 |
commit | f2ea65db6b8834dcb2a21462f43c1d89add6b101 (patch) | |
tree | 1620e9abc8bb455754ea50fd2d27a9c714e7ce03 /keyboards/pinky/3/keymaps/ninjonas/config.h | |
parent | 0e153781f035876771dd421ac92136ff2897c7d9 (diff) |
[keymap] ninjonas userspace and keymaps for hotdox, lily58, & pinky3 (#6649)
* [keyboard] introducing ninjonas userspace & keymaps for hotdox, lily58, and pinky3
* [fix(#6649)] removed M_EPRM and used builtin EEP_RST keycode as-per review.
* [chore(#6649)] forgot to update keymap legend on lily58
Diffstat (limited to 'keyboards/pinky/3/keymaps/ninjonas/config.h')
-rw-r--r-- | keyboards/pinky/3/keymaps/ninjonas/config.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/pinky/3/keymaps/ninjonas/config.h b/keyboards/pinky/3/keymaps/ninjonas/config.h new file mode 100644 index 0000000000..585bd8cb5d --- /dev/null +++ b/keyboards/pinky/3/keymaps/ninjonas/config.h @@ -0,0 +1,31 @@ +/* Copyright 2018 'Masayuki Sunahara' + * + * 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 + +//#define USE_MATRIX_I2C + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + +#define USE_SERIAL_PD2 + +#define TAPPING_FORCE_HOLD +#define TAPPING_TERM 200 +#define RETRO_TAPPPING
\ No newline at end of file |