1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2026-01-06 12:56:58 +00:00

Add GKeys mapping mode suport

This commit is contained in:
2017-03-11 21:14:50 +01:00
parent 664f1346c7
commit 8931db5685
4 changed files with 36 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ class LedKeyboard {
bool setMRKey(uint8_t value);
bool setMNKey(uint8_t value);
bool setGKeysMode(uint8_t value);
bool setStartupMode(StartupMode startupMode);