add prototype for disableScannerPower for the m100

f/keyboardio-model-100
Jesse Vincent 3 years ago
parent b2899f970b
commit 41fad82e41
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -113,6 +113,7 @@ class Model100KeyScanner : public kaleidoscope::driver::keyscanner::Base<Model10
static void actOnHalfRow(byte row, byte colState, byte colPrevState, byte startPos);
static void enableScannerPower();
static void disableScannerPower();
};
#else // ifndef KALEIDOSCOPE_VIRTUAL_BUILD
class Model100KeyScanner;

Loading…
Cancel
Save