-
-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
It would be neat to be able to swap the Fn and Ctrl keys on T480.
Unlike e.g. the XX30 series there is no cmos.default that could be patched as described here: 1087 nor does nvramtool work as there is no coreboot option table in this build.
Best would probably be a configuration option on the heads level to make this agnostic of boards.
While it should be possible to flash the stock firmware, tweak the EC from there then flash heads and have the Fn Ctrl Swap value persist in the EC I found the following workaround to better fit my personal needs:
(inside the heads repo):
- edit
config/coreboot-t480-maximized.config - change
# CONFIG_H8_FN_CTRL_SWAP is not set - to
CONFIG_H8_FN_CTRL_SWAP=y - build like usual e.g.
make BOARD=EOL_t480-maximized CPUS=$(nproc)
NOTE: that this leaves your build version with the -dirty suffix. But it does the trick.
Suggestions and opinions are appreciated!
Metadata
Metadata
Assignees
Labels
No labels