From 0b0e7faef00ac8f7eb99e32e0716fb43c6403e80 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Tue, 6 Apr 2021 20:25:07 +1000 Subject: [PATCH] jbio-magicbox: comment nonfunctional jb_io_set_panel_mode --- src/main/jbio-magicbox/jbio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/jbio-magicbox/jbio.c b/src/main/jbio-magicbox/jbio.c index f18e28c..3aa02be 100644 --- a/src/main/jbio-magicbox/jbio.c +++ b/src/main/jbio-magicbox/jbio.c @@ -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; }