Results 4 issues of Lauren Lagarde

The instructions for installing SymbiFlow found [here](https://symbiflow-examples.readthedocs.io/en/latest/getting-symbiflow.html) state to download architecture definitions using the following command: ``` wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-install/quicklogic-arch-defs-63c3d8f9.tar.gz | tar -xz -C $INSTALL_DIR/eos-s3/ ``` However, upon doing this...

After compiling and installing xcape (Commit 6ded5b) on Ubuntu 16.04.1 and running `xcape -e 'ISO_Level3_Shift=space'`, I discovered that instead of producing a space as output, a return is generated instead....

## Describe the bug Building with the following platformio.ini: ``` [env:rp2040] platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = pico framework = arduino board_build.core = earlephilhower lib_deps = fabianoriccardi/Dimmable Light for Arduino@^1.6.0 ```...

bug