Fix config.h include guards
Define weak matrix user function for Infinity Ergodox
So that a few keyboards, which don't use them, links properly.
Speed up ChibiOS keymap compilation
By sharing the external library object files between the whole
keyboard, instead of re-compiling them for each keymap.
Change _delay_ms to wait_ms in algernon keymap
Move some of the Ergodox config settings to shared
Add empty led control functions to Infinity Ergodox
So that most keymaps compiles and links
Most ergodox keymaps compiles on Infinity
There are linker errors due to missing led funcitonality though
Initial structure for Ergodox as subprojects
Only the EZ default keymaps compiles at the moment though.
Merge pull request #584 from algernon/ergodox-ez/algernon
ergodox_ez: Upgrade my keymap to v1.4
Merge pull request #583 from coderkun/coderkun_neo2
Ergodox EZ: update keymap “coderkun_neo2”
Merge pull request #580 from MatsLanGoH/patch-1
Fixed a typo
ergodox_ez: Upgrade my keymap to v1.4
* When toggling the key logging on or off, the LEDs will do a little dance.
* The keylogger is now optional, but enabled by default. Use `KEYLOGGER_ENABLE=no` on the `make` command line to disable it.
* The `TAB`/`ARRW` key was turned into a tap-dance key, allowing one to toggle the **ARROW** layer on by double-tapping, and as such, avoid the need to hold the key.
* The `-`/`_` key was turned into a tap-dance key too.
* There is now a way to travel time with the keyboard, toggle the feature on by hitting `LEAD t`.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
complete labels for modifiers in keymap schema
use Ergodox EZ’s third LED for “scroll lock”
fix grave (GRV) and acute (ACUT) accents
Fixed a typo
Fixed a typo in line 738 'void martix_init' to 'void matrix_init'
Merge pull request #578 from 0xdec/master
0xdec Preonic keymap
Merge pull request #577 from hot-leaf-juice/master
Pull request to include my keymap if you want it!