Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion framework_lib/src/inputmodule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub const FRAMEWORK16_INPUTMODULE_PIDS: [u16; 7] = [
0x0014, // Keyboard White Backlight Numpad
0x0018, // Keyboard White Backlight ISO
0x0019, // Keyboard White Backlight JIS
0x0030,
0x0030, // Keyboard White Backlight ANSI Copilot
LEDMATRIX_PID,
];

Expand Down
Loading