From a9e5087bc8c507ecba5605c7364c5839e48f1ed9 Mon Sep 17 00:00:00 2001 From: tripplehelix Date: Fri, 1 Aug 2025 16:54:23 +0100 Subject: [PATCH] [Please test] Fix build errors with table length --- framework_lib/src/inputmodule.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework_lib/src/inputmodule.rs b/framework_lib/src/inputmodule.rs index 43a7ad5..f9e6cc0 100644 --- a/framework_lib/src/inputmodule.rs +++ b/framework_lib/src/inputmodule.rs @@ -1,6 +1,6 @@ pub const FRAMEWORK_VID: u16 = 0x32AC; pub const LEDMATRIX_PID: u16 = 0x0020; -pub const FRAMEWORK16_INPUTMODULE_PIDS: [u16; 6] = [ +pub const FRAMEWORK16_INPUTMODULE_PIDS: [u16; 7] = [ 0x0012, // Keyboard White Backlight ANSI 0x0013, // Keyboard RGB Backlight Numpad 0x0014, // Keyboard White Backlight Numpad