wip: SimulatorCore: stop using deprecated interfaces

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/851/head
Gergely Nagy 4 years ago
parent 0fa406c5d1
commit 85dc500bbb
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -167,7 +167,7 @@ std::map<uint8_t, const char*> hid_code_to_string = {
unsigned long millis = 0; unsigned long millis = 0;
void SimulatorCore::init() { void SimulatorCore::init() {
kaleidoscope::hid::initializeKeyboard(); Kaleidoscope.hid().keyboard().setup();
} }
void SimulatorCore::getKeyMatrixDimensions(uint8_t &rows, uint8_t &cols) const { void SimulatorCore::getKeyMatrixDimensions(uint8_t &rows, uint8_t &cols) const {

Loading…
Cancel
Save