steven
113b172e3d
feat(patch): change remaps
...
removed backspace/backslash swap, remapped capslock to fn instead of ctrl
TODO: find and set fn key id/mapping
2021-09-29 11:31:09 -04:00
Adam Engstrom
e73304f6f5
Experimental support for custom FN+key combos
...
Not tested yet
2017-01-24 21:02:43 +01:00
Adam Engstrom
dc92892c28
fn + F1 AND F4 for BSL entry, not F1 OR F4
...
Check for F keys was only requiring one of F1 or F4 to be pressed..
2017-01-06 12:26:55 +01:00
Adam Engstrom
cd25b0f0ad
Fix typo in patch.py
2017-01-06 12:07:34 +01:00
Adam Engström
bd4e90c327
Enter BSL with fn + F1 + F4
...
Compile a small C function for checking pressed keys and entering BSL
(Bootloader) mode and add the code to the end of the original binary. Call the
function from the code checking fn + F* keys.
2015-01-10 20:00:25 +01:00
Adam Engström
d4ffa15a85
Add script for patching firmware
2015-01-06 16:10:13 +01:00