| Commit message (Collapse) | Author | Age | Files |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
For some reason adding USE_MAGIC_COMBOS(…) to src/MagicCombo.cpp crashes
the keyboard, so we move it to src/keymap.h instead.
|
|
|
|
|
| |
That is, to enable communicating with the host via a simple Serial
protocol. The feature is disabled by default.
|
|
|
|
| |
Run `setxkbmap -option compose:lwin` to use it as Compose(5) key.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Once again, credits to algernon for the maps:
https://git.madhouse-project.org/algernon/Model01-Sketch/src/branch/master/tools/colormap
|
|
|
|
| |
Add ENABLE_SERIAL=1 to the build environment to enable that feature.
|
|
|
|
|
|
|
| |
This is useful with a window manager like i3: without this macro it
doesn't see the difference between $mod+R0C2 (switch to workspace #2)
and $mod+shift+R0C2 (move focused container to workspace #2), as R0C2
triggers LSHIFT(Key_2).
|
|
|
|
|
|
|
| |
Unfortunately, as of 2019-06-25 the version found in Debian sid is too
old (cf. #780706, #925578, #927329), so for now we add ArduinoCore-avr
as a submodule. This avoids manually downloading the entire IDE from
https://www.arduino.cc .
|
|
|
|
|
|
|
|
| |
It feels simpler than `arduino-builder` and we can rely on more
OS-shipped components.
Also for some reason with `arduino-builder` weak symbols don't always
seem to be overriden properly.
|
|
Inspired by the reference firmware
https://github.com/keyboardio/Model01-Firmware
and algernon's fork
https://git.madhouse-project.org/algernon/Model01-Sketch
|