Add matrix command

This commit is contained in:
Jeremy Soller
2021-03-01 10:59:32 -07:00
committed by Jeremy Soller
parent c931eb4eef
commit 2ef4cd7bbd
6 changed files with 67 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ enum Command {
CMD_LED_GET_MODE = 15,
// Set LED matrix mode and speed
CMD_LED_SET_MODE = 16,
// Get key matrix state
CMD_MATRIX_GET = 17,
//TODO
};