Commands for reading and setting keyboard map
This commit is contained in:
committed by
Jeremy Soller
parent
432c4f64d2
commit
de26cdfa74
@@ -22,6 +22,10 @@ enum Command {
|
||||
CMD_FAN_GET = 7,
|
||||
// Set fan speeds
|
||||
CMD_FAN_SET = 8,
|
||||
// Get keyboard map index
|
||||
CMD_KEYMAP_GET = 9,
|
||||
// Set keyboard map index
|
||||
CMD_KEYMAP_SET = 10,
|
||||
//TODO
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user