Support ShiftedKeys, though the CODE_ stuff is odd

This commit is contained in:
Josh Klar
2018-09-23 05:19:57 -07:00
parent 84b7b42b0f
commit ef921a5b99
3 changed files with 260 additions and 234 deletions

View File

@@ -13,7 +13,7 @@ diode_orientation = DiodeOrientation.COLUMNS
keymap = [
[
[KC.MO(1), KC.H, KC.RESET],
[KC.MO(2), KC.I, KC.ENTER],
[KC.MO(2), KC.HASH, KC.ENTER],
[KC.LCTRL, KC.SPACE, KC.LSHIFT],
],
[
@@ -23,7 +23,7 @@ keymap = [
],
[
[KC.X, KC.Y, KC.Z],
[KC.TRNS, KC.N, KC.O],
[KC.TRNS, KC.PIPE, KC.O],
[KC.R, KC.P, KC.Q],
],
]