aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/drashna.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2020-06-15 03:41:28 -0700
committerGitHub <noreply@github.com>2020-06-15 03:41:28 -0700
commit357a888d805c21c9cb4917f55d558195e8b85db5 (patch)
treefd1e8c30c3754ff89e8efd7e94ced3a1a8d92035 /users/drashna/drashna.c
parent7f5656996ca2f5a62a148ef9165d0681ba806f07 (diff)
downloadqmk_firmware-357a888d805c21c9cb4917f55d558195e8b85db5.tar.gz
qmk_firmware-357a888d805c21c9cb4917f55d558195e8b85db5.zip
[Keymap] Drashna's Keymap Update - Display Edition (#9282)
OLED Display fixes Add support for RGBLIGHT Layers Add gaming layer to corn and kyria RGBLight Startup Animation fixes and improvements (uses matrix_scan now!) Pimoroni Trackball support added (IT'S RGB!!!) Fix issues due to code changes
Diffstat (limited to 'users/drashna/drashna.c')
-rw-r--r--users/drashna/drashna.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/users/drashna/drashna.c b/users/drashna/drashna.c
index ba19d4803..5c0f18027 100644
--- a/users/drashna/drashna.c
+++ b/users/drashna/drashna.c
@@ -113,13 +113,9 @@ void shutdown_user(void) {
113 rgblight_setrgb_red(); 113 rgblight_setrgb_red();
114#endif // RGBLIGHT_ENABLE 114#endif // RGBLIGHT_ENABLE
115#ifdef RGB_MATRIX_ENABLE 115#ifdef RGB_MATRIX_ENABLE
116# ifdef __AVR__
117 rgb_matrix_set_color_all(0xFF, 0x00, 0x00); 116 rgb_matrix_set_color_all(0xFF, 0x00, 0x00);
118 rgb_matrix_update_pwm_buffers(); 117 rgb_matrix_update_pwm_buffers();
119# else 118
120 rgb_matrix_sethsv_noeeprom(0, 255, 255);
121 rgb_matrix_mode_noeeprom(1);
122# endif
123#endif // RGB_MATRIX_ENABLE 119#endif // RGB_MATRIX_ENABLE
124 shutdown_keymap(); 120 shutdown_keymap();
125} 121}