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

Fix spelling of SupportedKeyboards

Signed-off-by: Kevin Pearson <pearson.kevin.m@gmail.com>
This commit is contained in:
Kevin Pearson
2017-04-06 09:18:23 -04:00
parent a4b4cae4ef
commit d69ce2855f
2 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ class LedKeyboard {
private:
const std::vector<std::vector<uint16_t>> SuportedKeyboards = {
const std::vector<std::vector<uint16_t>> SupportedKeyboards = {
{ 0x46d, 0xc330, (u_int16_t)KeyboardModel::g410 },
{ 0x46d, 0xc333, (u_int16_t)KeyboardModel::g610 },
{ 0x46d, 0xc338, (u_int16_t)KeyboardModel::g610 },