Merge pull request #916 from gedankenexperimenter/fix-atreus-plugin-order

Correct plugin order for Atreus example
pull/917/head
Jesse Vincent 4 years ago committed by GitHub
commit 681fee5422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,11 +106,11 @@ KALEIDOSCOPE_INIT_PLUGINS(
Focus,
FocusEEPROMCommand,
FocusSettingsCommand,
OneShot,
Qukeys,
SpaceCadet,
MouseKeys,
OneShot,
Macros,
Qukeys
MouseKeys
);
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {

Loading…
Cancel
Save