diff options
author | Drashna Jaelre <drashna@live.com> | 2018-10-15 12:34:49 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-10-15 15:34:49 -0400 |
commit | 31d12662bde435e6636347ee842108b1cb3d8d48 (patch) | |
tree | 05f6191b49aeadea2321966e810f160f4dec5af2 /keyboards/orthodox/keymaps/drashna/config.h | |
parent | 44a348d56f661d22144202f440b87c26832a8170 (diff) | |
download | firmware-31d12662bde435e6636347ee842108b1cb3d8d48.tar.gz firmware-31d12662bde435e6636347ee842108b1cb3d8d48.tar.bz2 firmware-31d12662bde435e6636347ee842108b1cb3d8d48.zip |
Update to drashna keymaps and userspace - RGB edition (#4143)
* Fix up userspace after feature merges
* Add new macros for keyboard layouts
* Keep new layouts in keymap for easy reference
* Cleanup layouts
* Fix CRKBD wrappers
* Fix up comments
* Fix spacing in orthodox base layer
* ergodox related cleanup
* Make KC_MAKE only flash when holding shift
* Add option to fast compile boards
* Clean up rgb modes to save space
* Re-enable Swap Hands on my Iris
Diffstat (limited to 'keyboards/orthodox/keymaps/drashna/config.h')
-rw-r--r-- | keyboards/orthodox/keymaps/drashna/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h index 2257b62fd..09df12d9e 100644 --- a/keyboards/orthodox/keymaps/drashna/config.h +++ b/keyboards/orthodox/keymaps/drashna/config.h @@ -45,7 +45,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef RGBLIGHT_ENABLE #define RGB_DI_PIN D3 #define RGBLED_NUM 16 // Number of LEDs -#define RGBLIGHT_ANIMATIONS + #define RGBLIGHT_HUE_STEP 12 #define RGBLIGHT_SAT_STEP 12 #define RGBLIGHT_VAL_STEP 12 |