Support KEYBOARD and CONSUMER modes of HID on Feather M4 Express

This commit is contained in:
Josh Klar
2018-10-06 05:59:03 -07:00
parent 0b11f42cc2
commit 472b08d77b
7 changed files with 240 additions and 151 deletions

View File

@@ -49,7 +49,7 @@ ANGRY_TABLE_FLIP = unicode_sequence([
keymap = [
[
[KC.GESC, KC.A, KC.RESET],
[KC.MO(1), KC.B, KC.C],
[KC.MO(1), KC.B, KC.MUTE],
[KC.LT(2, KC.EXCLAIM), KC.HASH, KC.ENTER],
[KC.TT(3), KC.SPACE, KC.LSHIFT],
],