device/Raise: Use Runtime.hid() instead of Kaleidoscope.hid()

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/781/head
Gergely Nagy 5 years ago
parent 5154e93052
commit eaca2f19fe
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -417,8 +417,8 @@ void RaiseKeyScanner::setup() {
void RaiseKeyScanner::reset() {
leftHandState.all = 0;
rightHandState.all = 0;
Kaleidoscope.hid().keyboard().releaseAllKeys();
Kaleidoscope.hid().keyboard().sendReport();
Runtime.hid().keyboard().releaseAllKeys();
Runtime.hid().keyboard().sendReport();
}
/********* Hardware plugin *********/

Loading…
Cancel
Save