aboutsummaryrefslogtreecommitdiff
path: root/keyboards/dztech
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-14 17:50:47 +0000
committerQMK Bot <hello@qmk.fm>2021-07-14 17:50:47 +0000
commite69c325a9ce84bc144dbc89978f800fc7560757d (patch)
treef9217934e99fe5c8280c086408346149608ca3f9 /keyboards/dztech
parent44d322623eb875f6eb2e0a317c76af2d47f7a9dc (diff)
parent99f637e82c0af1ed61ad24163b83799251f05f79 (diff)
downloadqmk_firmware-e69c325a9ce84bc144dbc89978f800fc7560757d.tar.gz
qmk_firmware-e69c325a9ce84bc144dbc89978f800fc7560757d.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/dztech')
-rw-r--r--keyboards/dztech/dz60rgb/keymaps/piv3rt/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/dztech/dz60rgb/keymaps/piv3rt/keymap.c b/keyboards/dztech/dz60rgb/keymaps/piv3rt/keymap.c
index b4b77b392..38c595937 100644
--- a/keyboards/dztech/dz60rgb/keymaps/piv3rt/keymap.c
+++ b/keyboards/dztech/dz60rgb/keymaps/piv3rt/keymap.c
@@ -93,8 +93,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
93 93
94void reset_leds(void) { 94void reset_leds(void) {
95 current_profile = OFF; 95 current_profile = OFF;
96 rgblight_enable(); 96 rgb_matrix_enable();
97 rgblight_mode(RGBLIGHT_MODE_STATIC_LIGHT); 97 rgb_matrix_mode(RGB_MATRIX_SOLID_COLOR);
98 rgb_matrix_sethsv(0x6a, 0x33, 0xff); 98 rgb_matrix_sethsv(0x6a, 0x33, 0xff);
99} 99}
100 100