Initial support for RedSquare Keyrox TKL Classic keyboard

This commit is contained in:
vlack 2023-05-06 07:55:25 +00:00 committed by Adam Honse
parent 01d5430781
commit 8b4b2bacbc
6 changed files with 562 additions and 1 deletions

View file

@ -611,7 +611,9 @@ HEADERS +=
Controllers/RedragonController/RGBController_RedragonMouse.h \
Controllers/RedragonController/RedragonMouseController.h \
Controllers/RedSquareKeyroxController/RedSquareKeyroxController.h \
Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController.h \
Controllers/RedSquareKeyroxController/RGBController_RedSquareKeyrox.h \
Controllers/RedSquareKeyroxController/RGBController_RedSquareKeyroxTKLClassic.h \
Controllers/RoccatController/RGBController_RoccatBurst.h \
Controllers/RoccatController/RGBController_RoccatElo.h \
Controllers/RoccatController/RGBController_RoccatHordeAimo.h \
@ -1264,7 +1266,9 @@ SOURCES +=
Controllers/RedragonController/RedragonMouseController.cpp \
Controllers/RedSquareKeyroxController/RedSquareKeyroxController.cpp \
Controllers/RedSquareKeyroxController/RedSquareKeyroxControllerDetect.cpp \
Controllers/RedSquareKeyroxController/RedSquareKeyroxTKLClassicController.cpp \
Controllers/RedSquareKeyroxController/RGBController_RedSquareKeyrox.cpp \
Controllers/RedSquareKeyroxController/RGBController_RedSquareKeyroxTKLClassic.cpp \
Controllers/RoccatController/RGBController_RoccatBurst.cpp \
Controllers/RoccatController/RGBController_RoccatElo.cpp \
Controllers/RoccatController/RGBController_RoccatHordeAimo.cpp \