diff options
| author | dsanchezseco <d.seco@protonmail.com> | 2020-01-21 18:12:07 +0100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-01-21 09:12:07 -0800 |
| commit | 37db6012a7f6828c23b42587ca9d0a4f5d73ff35 (patch) | |
| tree | 7a142fb51ec53d217693c86699c835a401170c9f | |
| parent | 6f176dfc7c23eda3ecba79fd90456a6b987b4d39 (diff) | |
| download | qmk_firmware-37db6012a7f6828c23b42587ca9d0a4f5d73ff35.tar.gz qmk_firmware-37db6012a7f6828c23b42587ca9d0a4f5d73ff35.zip | |
keymap, fixed rgb effect name and deactivate oled (#7953)
* added rgblight controls to planck keymap
* fixed knight ridder offset to face me
* no oled for crkbd 'till fixed
* fixed RGB effect name
| -rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/config.h | 2 | ||||
| -rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/config.h b/keyboards/crkbd/keymaps/dsanchezseco/config.h index 033173def..f10c47405 100644 --- a/keyboards/crkbd/keymaps/dsanchezseco/config.h +++ b/keyboards/crkbd/keymaps/dsanchezseco/config.h | |||
| @@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | 31 | ||
| 32 | // lower maximum brightness to lower power usage and prevent unresponsiveness | 32 | // lower maximum brightness to lower power usage and prevent unresponsiveness |
| 33 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 | 33 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 |
| 34 | #define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_CYCLE_LEFT_RIGHT | 34 | #define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_GRADIENT_LEFT_RIGHT |
| 35 | 35 | ||
| 36 | //disable effects | 36 | //disable effects |
| 37 | #define DISABLE_RGB_MATRIX_ALPHAS_MODS // Static dual hue speed is hue for secondary hue | 37 | #define DISABLE_RGB_MATRIX_ALPHAS_MODS // Static dual hue speed is hue for secondary hue |
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/rules.mk b/keyboards/crkbd/keymaps/dsanchezseco/rules.mk index 44f60368b..93a21f7bf 100644 --- a/keyboards/crkbd/keymaps/dsanchezseco/rules.mk +++ b/keyboards/crkbd/keymaps/dsanchezseco/rules.mk | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | SRC += ./logo_reader.c | 3 | SRC += ./logo_reader.c |
| 4 | 4 | ||
| 5 | # enable OLED displays | 5 | # enable OLED displays |
| 6 | OLED_DRIVER_ENABLE = yes | 6 | OLED_DRIVER_ENABLE = no |
| 7 | 7 | ||
| 8 | # enable media keys | 8 | # enable media keys |
| 9 | EXTRAKEY_ENABLE = yes | 9 | EXTRAKEY_ENABLE = yes |
