summaryrefslogtreecommitdiffstats
path: root/keyboards/nullbitsco/tidbit/tidbit.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-03 05:51:26 +0000
committerQMK Bot <hello@qmk.fm>2022-09-03 05:51:26 +0000
commitfea65c9856af12258547db43234d48e2c3f56141 (patch)
tree1a68d56e4461f9d8f3952eb3032608a314541366 /keyboards/nullbitsco/tidbit/tidbit.c
parentf76b55d5add98a70331338d4bee11ffd963a886a (diff)
parent5c0e87608fb63cac3bd1dc4453d8de875497a87e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nullbitsco/tidbit/tidbit.c')
-rw-r--r--keyboards/nullbitsco/tidbit/tidbit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nullbitsco/tidbit/tidbit.c b/keyboards/nullbitsco/tidbit/tidbit.c
index 6e7ef460e5..ac29777841 100644
--- a/keyboards/nullbitsco/tidbit/tidbit.c
+++ b/keyboards/nullbitsco/tidbit/tidbit.c
@@ -127,7 +127,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
}
switch (keycode) {
- case RESET:
+ case QK_BOOT:
if (record->event.pressed) {
set_bitc_LED(LED_DIM);
rgblight_disable_noeeprom();