diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-03 05:51:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-03 05:51:26 +0000 |
commit | fea65c9856af12258547db43234d48e2c3f56141 (patch) | |
tree | 1a68d56e4461f9d8f3952eb3032608a314541366 /keyboards/nullbitsco/tidbit/tidbit.c | |
parent | f76b55d5add98a70331338d4bee11ffd963a886a (diff) | |
parent | 5c0e87608fb63cac3bd1dc4453d8de875497a87e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nullbitsco/tidbit/tidbit.c')
-rw-r--r-- | keyboards/nullbitsco/tidbit/tidbit.c | 2 |
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(); |