Resolve #59, adds MEH and HYPER modifiers

This also cleans up some weird potentially-buggy logic paths within the
ModifierKeycode creation and handling. I can now press a free-floating
HYPER in my keymap and see the appropriate codes in `xev` for press and
release events.
This commit is contained in:
Josh Klar
2018-10-11 18:56:46 -07:00
parent b763dd9c4b
commit 98dfb53a83
3 changed files with 39 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ MACRO_HELLO_WORLD = simple_key_sequence([
keymap = [
[
[KC.GESC, KC.A, KC.RESET],
[KC.GESC, KC.HYPR, KC.RESET],
[KC.MO(1), KC.B, KC.MUTE],
[KC.LT(2, KC.EXCLAIM), KC.HASH, KC.ENTER],
],