noseglasses
noseglasses
# Keyboard-Simulation with Chrysalis This is not an actual feature request. Instead I want to ask for the community's opinion about an idea that I recently had, which is adding...
This is an example of how Focus/EEPROM handling of individual parameters could be implemented in a non-boilerplate fashion. A new header focus_eeprom.h contains two template classes that allow to add...
This requires https://github.com/keyboardio/Kaleidoscope/pull/800 to work. Default plugins are those that are automatically added to the list of plugins considered by KALEIDOSCOPE_INIT_PLUGINS(...). They can either be defined to precede or trail...
**_This is a draft PR. It is not meant to be merged in its original version._** **_Although everything works, there are two plugins where i am not 100% sure how...
This PR introduces host_keymaps, a convenient way to define keymaps like e.g. ```cpp #include "kaleidoscope/host_keymap/linux/us/standard/keymap.h" #include "kaleidoscope/host_keymap/linux/de/standard/keymap.h" // Define the us standard keymap as default. // USE_HOST_KEYMAP(linux, us, standard) //...
Please read `doc/remote_call.md` added by this PR before reviewing. --- I spend the last month on a rock climbing trip in Greece. Between climbs on beautiful red limestone cliffs above...
The following error occurs ``` nioexec: "{runtime.tools.ctags.path}/ctags": file does not exist ``` This can be fixed for Arduino 1.8.10 by setting ``` tools.ctags.path.windows={runtime.ide.path}/tools-builder/ctags/5.8-arduino11 ``` in platforms.txt, which is of course...
Both on Linux and Windows with Msys2 builds with Arduino 1.8.10 `ARCH=virtual` fail. Everything works fine with Arduino 1.8.8. This could be related to https://github.com/arduino/arduino-cli/issues/177