diff options
author | mtdjr <mtdjr@users.noreply.github.com> | 2018-09-26 15:23:30 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-26 12:23:30 -0700 |
commit | 96648a133de7f297157b7d447be59354c1200c09 (patch) | |
tree | 3960c496d673a807752207f4d49ad7d2cf408cf8 /keyboards/nyquist/keymaps/mtdjr/config.h | |
parent | dbdbbbd5c9b1458f682eec661d0a17f91dccb4dc (diff) |
Keymap: mtdjr userspace changes and Nyquist keymap addition (#3940)
* holefully correct error in mtdjr userspace for layer_state_set_user
* return state and wrap rgb actions in their own conditional
* mtdjr nyquist and userspace updates
* mtdjr updates as requested
Diffstat (limited to 'keyboards/nyquist/keymaps/mtdjr/config.h')
-rw-r--r-- | keyboards/nyquist/keymaps/mtdjr/config.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/keyboards/nyquist/keymaps/mtdjr/config.h b/keyboards/nyquist/keymaps/mtdjr/config.h new file mode 100644 index 0000000000..0fa606f296 --- /dev/null +++ b/keyboards/nyquist/keymaps/mtdjr/config.h @@ -0,0 +1,36 @@ +/* +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_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 |