aboutsummaryrefslogtreecommitdiffstats
path: root/src/Macros.cpp
Commit message (Collapse)AuthorAgeFiles
* Fix build with AVR 1.85 and keyboardio a916561.HEADmasterGuilhem Moulin2022-08-291
| | | | And arduino-mk=1.5.2-2.1, gcc-avr=1:5.4.0+Atmel3.6.2-3, avr-libc=1:2.0.0+Atmel3.6.2-3.
* Remove scope resolution operators.Guilhem Moulin2021-04-071
| | | | Plugin example snippets don't have that either.
* Replace deprecated interfaces.Guilhem Moulin2020-03-061
|
* Refactor TopRow() macro.Guilhem Moulin2019-08-081
|
* 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).