keyboardio-model100-firmware/LayerBasedTheme.cpp

12 lines
283 B
C++

#include "LayerBasedTheme.h"
namespace kaleidoscope {
namespace plugin {
EventHandlerResult LayerBasedTheme::onLayerChange() {
return EventHandlerResult::OK;
}
} // namespace plugin
} // namespace kaleidoscope
kaleidoscope::plugin::LayerBasedTheme LayerBasedTheme;