Chris M
b05f954d35
Updates for QMK key code mapping
...
* Added QMKOpenRGBBaseController
* Refactored Rev9, RevB and RevD controllers to remove redundant code
* Updated "qmk_keycode_keyname_map" to add missing keycodes
* Resolves #3781
2023-12-25 07:47:15 +00:00
Dmitry K
51712f08b5
Removed include directives from ResourceManager.h to speed up build process
2023-07-12 14:51:47 +00:00
reklrekl
f46d86303c
Add ISO keycodes 0x32 and 0x64 to QMK controller
2022-08-03 14:38:12 +00:00
Chris
d8e023b4c8
Initial commit for a canonical list of key names
...
+ Created RGBControllerKeyNames.h
* Adjusted every reference for key names found in `DeviceView`
* Formatting corrections
2022-02-13 15:40:15 +11:00
Adam Honse
d6e9ee3978
Add option for introducing a delay (in milliseconds) between direct mode LED packets for the QMK OpenRGB protocol
2021-09-11 20:10:37 -05:00
Ksaper
5b02b3430e
Add support for saving to eeprom
2021-09-09 03:01:02 +00:00
Ksaper
4081cda8df
Add QMK OpenRGB Protocol Revision B Controller
...
* Updates for direct mode initialization to work with the new QMK Update
* Merge each 8 GetLEDInfo HID calls into one single call
* Merge all IsEnabledMode HID calls into one single call
* Update protocol version
Commits squashed and amended by Adam Honse <calcprogrammer1@gmail.com >
2021-07-25 17:01:50 -05:00