summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/algernon
Commit message (Collapse)AuthorAgeFilesLines
* ergodox: Update my keymap to v1.5Gergely Nagy2016-08-126-1237/+1244
| | | | | | | | | | | | | | | | | | Major changes include: * The **1HAND** layer has been removed. * A `Delete` key is now available on the right thumb cluster. * The **ADORE** layer received a major update, see the updated layout image. * It is now possible to enable automatic logging for the **ADORE** layer, by setting the `ADORE_AUTOLOG` makefile variable to `yes` when compiling the keymap. It is off by default. * The `~` key and the `Media Next/Prev` key have been swapped on the **base** layer. * On the **ARROW** layer, `Backspace` has been replaced by `Enter`. * There is some experimental support for entering Unicode symbols. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Generate version information to version.hFred Sundvik2016-07-311-0/+1
| | | | So that only the files that really needs a version are recompiled.
* Change _delay_ms to wait_ms in algernon keymapFred Sundvik2016-07-291-1216/+1217
|
* All Ez keymaps compilesFred Sundvik2016-07-291-1/+1
|
* Initial structure for Ergodox as subprojectsFred Sundvik2016-07-2916-0/+3366
Only the EZ default keymaps compiles at the moment though.