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/lily58/keymaps/ninjonas/config.h | |
parent | 0e153781f035876771dd421ac92136ff2897c7d9 (diff) | |
download | qmk_firmware-f2ea65db6b8834dcb2a21462f43c1d89add6b101.tar.gz qmk_firmware-f2ea65db6b8834dcb2a21462f43c1d89add6b101.zip |
[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/lily58/keymaps/ninjonas/config.h')
-rw-r--r-- | keyboards/lily58/keymaps/ninjonas/config.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/lily58/keymaps/ninjonas/config.h b/keyboards/lily58/keymaps/ninjonas/config.h new file mode 100644 index 0000000000..7a5587d560 --- /dev/null +++ b/keyboards/lily58/keymaps/ninjonas/config.h @@ -0,0 +1,31 @@ +/* +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 + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + +#define SSD1306OLED +#define USE_SERIAL_PD2 +#define TAPPING_FORCE_HOLD
\ No newline at end of file |