glove80-keymaps icon indicating copy to clipboard operation
glove80-keymaps copied to clipboard

Compiling qwerty on MacOS

Open jiimaho opened this issue 5 months ago • 7 comments

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:

  1. Clone repo
  2. Inside rake file, add --user $(id -u):$(id -g) to the docker run command (otherwise it throws permission denied errors)
  3. Edit: Follow the steps here to move qwerty layer to default
  4. Start docker
  5. Run ./rake
  6. 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 image

  • 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.

jiimaho avatar Sep 09 '24 19:09 jiimaho