glove80-keymaps
glove80-keymaps copied to clipboard
Compiling qwerty on MacOS
Hello,
First of all thanks for a great setup! I really like it and would love to get it working with qwerty but something is failing.
I'm on MacOS and trying to compile with ./rake using Docker.
How to reproduce:
- Clone repo
- Inside rake file, add
--user $(id -u):$(id -g)
to the docker run command (otherwise it throws permission denied errors) - Edit: Follow the steps here to move qwerty layer to default
- Start docker
- Run ./rake
- At least keymap.dtsi shows as modified in git (this is good I guess)
Actual:
-
keymap.dtsi ends with a very weird hack, see picture
-
content of keymap.dtsi do not work when building firmware at https://my.glove80.com/#/edit
Expected:
- keymap.dtsi to be valid
- content of keymap.dtsi to be uploaded and firmware to be built fine.