diff options
author | Jonas Avellana <14019120+ninjonas@users.noreply.github.com> | 2020-02-03 18:50:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 12:50:50 +1100 |
commit | 50554ca270ae4c58dfa156ae4960e06a7ec6ef31 (patch) | |
tree | 0fded0ea9435f3cb05ae8ad5a753a1a22cd76bdb /keyboards/kyria/keymaps/ninjonas/config.h | |
parent | c6f389b527e04e11e62a11e329f8f52b67a47d63 (diff) | |
download | qmk_firmware-50554ca270ae4c58dfa156ae4960e06a7ec6ef31.tar.gz |
Ninjonas userspace (#8070)
* [keymap(kyria)] moved OLED & encoder implementation to separate classes
* [feat] created logic to cycle through hue wheel when starting keyboard
* [feat] created logic to cycle through hue wheel and return to user's default color
* [refactor] updating OLED layout for crkbd & lily58
* [refactor] updating OLED layout for crkbd & lily58
* [fix(8070)] updating encoder.c logic based off drashna's code review
* [refactor(8070)] added key to send + Shift + M
Diffstat (limited to 'keyboards/kyria/keymaps/ninjonas/config.h')
-rw-r--r-- | keyboards/kyria/keymaps/ninjonas/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/kyria/keymaps/ninjonas/config.h b/keyboards/kyria/keymaps/ninjonas/config.h index 409058ad7..5673e6c3d 100644 --- a/keyboards/kyria/keymaps/ninjonas/config.h +++ b/keyboards/kyria/keymaps/ninjonas/config.h @@ -20,7 +20,7 @@ #ifdef OLED_DRIVER_ENABLE #define OLED_DISPLAY_128X64 - #define OLED_TIMEOUT 30000 + #define OLED_TIMEOUT 15000 #endif #ifdef RGBLIGHT_ENABLE @@ -32,10 +32,6 @@ # define RGBLIGHT_SPLIT #endif -// Allows to use either side as the master. Look at the documentation for info: -// https://docs.qmk.fm/#/config_options?id=setting-handedness -#define EE_HANDS - // If you are using an Elite C rev3 on the slave side, uncomment the lines below: #define SPLIT_USB_DETECT #define SPLIT_USB_TIMEOUT 1000 |