Commands for reading and setting keyboard map

This commit is contained in:
Jeremy Soller
2020-09-15 13:19:27 -06:00
committed by Jeremy Soller
parent 432c4f64d2
commit de26cdfa74
4 changed files with 157 additions and 32 deletions

View File

@@ -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
};