this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#2768: fixed keyboard mapping

+1 -2
+1 -1
src/system/baremetalpi/keycodes.h
··· 104 104 tic_key_numpad9, // KeyPageUp, 0x61 105 105 tic_key_numpad0, // KeyInsert, 0x62 106 106 tic_key_numpadperiod, // KeyDelete, 0x63 107 - tic_key_iso_extra, // '<', 0x64 107 + tic_key_unknown, // '<', 0x64 108 108 tic_key_unknown, // KeyApplication, 0x65 109 109 tic_key_unknown, // KeyNone, 0x66 110 110 tic_key_unknown, // KeyNone, 0x67
-1
src/tic.h
··· 707 707 tic_key_comma, 708 708 tic_key_period, 709 709 tic_key_slash, 710 - tic_key_iso_extra, 711 710 712 711 tic_key_space, 713 712 tic_key_tab,