Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
352beeac2f
commit
219afaba42
707 changed files with 989 additions and 958 deletions
|
@ -144,7 +144,7 @@ uint16_t handle_encoder_ccw(){
|
|||
mapped_code = KC_WH_U;
|
||||
break;
|
||||
case ENC_MODE_BACKLIGHT:
|
||||
// mapped_code = BL_DEC;
|
||||
// mapped_code = BL_DOWN;
|
||||
if(kb_backlight_config.level != 0){
|
||||
kb_backlight_config.level = kb_backlight_config.level - 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue