diff options
author | J.net <jennette.reid@vidyard.com> | 2018-07-26 17:30:47 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-26 14:30:47 -0700 |
commit | b6c5c4cf5242adaa579e84ad4cf3ca4e11d507c6 (patch) | |
tree | 1834fe9eb7b005006c08ba90d7d9694d05482363 /keyboards/iris/keymaps/jennetters/config.h | |
parent | e0d467dbab1209b2838d1919b677a0449dfc8ba7 (diff) |
Keymap: jennetters iris keymap (#3488)
* jennetters iris keymap, re-write for improved readability.
* Update rules/config/keymap to follow correct makefile structure
Diffstat (limited to 'keyboards/iris/keymaps/jennetters/config.h')
-rw-r--r-- | keyboards/iris/keymaps/jennetters/config.h | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/jennetters/config.h b/keyboards/iris/keymaps/jennetters/config.h new file mode 100644 index 0000000000..a3c0634f52 --- /dev/null +++ b/keyboards/iris/keymaps/jennetters/config.h @@ -0,0 +1,41 @@ +/* +Copyright 2017 Danny Nguyen <danny@keeb.io> + +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 TAPPING_TERM 150 + +/* Try to prevent sticky keys */ +#define PREVENT_STUCK_MODIFIERS + +/* 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 RGBLED_NUM +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 12 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8
\ No newline at end of file |