diff options
author | Vyolle <44031868+Vyolle@users.noreply.github.com> | 2018-10-15 12:21:14 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-15 10:21:14 -0700 |
commit | f0f9283d02cf4a61f185ed0bf5fc83ee8247f41d (patch) | |
tree | 8a9307ae0dee47aec78c3453723a1aa4521a0d1d /keyboards/iris/keymaps/vyolle_steno/config.h | |
parent | 9fbd7eb7a58ff5a39ffcaa3fcc50320e63c8ec08 (diff) |
Keymap: add new keymap for Iris (#4119)
* Add files via upload
* Delete config.h
* Delete keymap.c
* Delete rules.mk
* Keymap w/mirror mode and steno support.
Keymap w/mirror mode and steno support. Can be used entirely one handed.
* Fixed some niggling issues.
Diffstat (limited to 'keyboards/iris/keymaps/vyolle_steno/config.h')
-rw-r--r-- | keyboards/iris/keymaps/vyolle_steno/config.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/vyolle_steno/config.h b/keyboards/iris/keymaps/vyolle_steno/config.h new file mode 100644 index 0000000000..9cbc148e42 --- /dev/null +++ b/keyboards/iris/keymaps/vyolle_steno/config.h @@ -0,0 +1,34 @@ +/* +Copyright 2017 Danny Nguyen <danny@hexwire.com> + +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_I2C +// #define USE_SERIAL + + +#define FORCE_NKRO //For Steno. + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + + |