Correct plugin order for Atreus example

The biggest problem here is that Qukeys was listed last. It doesn't
matter whether it comes before or after things like Focus, but it
really needs to handle events before other keystroke-handling plugins
like OneShot, TapDance, Macros, et cetera.

I also moved SpaceCadet up, since it does similar key value
resolution, and MousKeys down, because it never changes the value of a
key event.

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/916/head
Michael Richters 4 years ago
parent dd9faf910c
commit 2466ce3496
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -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