aboutsummaryrefslogtreecommitdiffstats
path: root/src/model01.ino
Commit message (Collapse)AuthorAgeFiles
* Update submodule commit ID.Guilhem Moulin2019-11-211
|
* Add Magic Combol: Nav + LeftClick + RightClick = MiddleClick.Guilhem Moulin2019-06-271
| | | | | For some reason adding USE_MAGIC_COMBOS(…) to src/MagicCombo.cpp crashes the keyboard, so we move it to src/keymap.h instead.
* wibbleGuilhem Moulin2019-06-271
|
* Optionally enable communicating with the host.Guilhem Moulin2019-06-261
| | | | Add ENABLE_SERIAL=1 to the build environment to enable that feature.
* For the top row, return the num key when a modifier is active.Guilhem Moulin2019-06-261
| | | | | | | 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).
* Initial commit.Guilhem Moulin2019-06-261
Inspired by the reference firmware https://github.com/keyboardio/Model01-Firmware and algernon's fork https://git.madhouse-project.org/algernon/Model01-Sketch