Merge pull request #7 from jamesnvc/patch-1

Fix typo
pull/365/head
Jesse Vincent 6 years ago committed by GitHub
commit d97c860dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ void setup() {
}
```
Previsouly, we used a global, overrideable function (`magicComboActions`) to run
Previously, we used a global, overrideable function (`magicComboActions`) to run
the actions of all magic combos, similar to how macros are set up to work.
Unlike macros, magic combos can't be defined in the keymap, due to technical
reasons, so we had to use a separate list - `magic_combos` in our example. We

Loading…
Cancel
Save