Add BDN9 rev2 (#9017)
This commit is contained in:
@@ -31,9 +31,13 @@ void encoder_update_user(uint8_t index, bool clockwise) {
|
||||
/* Top-right encoder (backlight brightness) */
|
||||
case 1:
|
||||
if (clockwise) {
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
backlight_increase();
|
||||
#endif
|
||||
} else {
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
backlight_decrease();
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user