Add BDN9 rev2 (#9017)

This commit is contained in:
Danny
2020-06-09 22:32:46 -04:00
committed by GitHub
parent 1d1c0503b6
commit 184c362324
25 changed files with 1835 additions and 159 deletions

View File

@@ -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;
}