Add LED_SAVE command
This commit is contained in:
committed by
Jeremy Soller
parent
17f8e37ed5
commit
0017450cbb
@ -40,6 +40,8 @@ enum Command {
|
||||
CMD_LED_SET_MODE = 16,
|
||||
// Get key matrix state
|
||||
CMD_MATRIX_GET = 17,
|
||||
// Save LED settings to ROM
|
||||
CMD_LED_SAVE = 18,
|
||||
//TODO
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user