Change calc keycode to correct byte

This commit is contained in:
Luke
2020-07-09 20:31:00 +12:00
parent 4f4e0b8f3f
commit 9fea5a4126
5 changed files with 10 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ pub enum FnKeys {
LedBrightDown = 0xC5,
AuraPrevious = 0xB2,
AuraNext = 0xB3,
Calc = 0x90,
Calc = 0x92,
None,
}