After cloning the repo and adding the include statement, I get the following error:
/Users/eric/Documents/Arduino/libraries/Kaleidoscope-ModifierLayers/src/Kaleidoscope-ModifierLayers.h:6:50: error: expected class-name before '{' token
class ModifierLayers : public KaleidoscopePlugin {
This is my first attempt at working with a third party plugin. I am just trying to get a programmer dvorak layout and chose this approach. Let me know if there is something easier.
I tried the original version of the plugin as well as algernon’s version.