1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-28 00:10:51 +01:00

jbio-magicbox: comment nonfunctional jb_io_set_panel_mode

This commit is contained in:
Will Toohey 2021-04-06 20:25:07 +10:00
parent 53866130cb
commit 0b0e7faef0

View File

@ -142,6 +142,7 @@ void jb_io_set_rgb_led(enum jb_io_rgb_led unit, uint8_t r, uint8_t g, uint8_t b)
bool jb_io_set_panel_mode(enum jb_io_panel_mode mode)
{
// panel always returns merged input state, no corner support
return true;
}