aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-07-31Generate version information to version.hGravatar Fred Sundvik
So that only the files that really needs a version are recompiled.
2016-07-31Force compilation and linking when options changesGravatar Fred Sundvik
2016-07-31More reliable .d file generationGravatar Fred Sundvik
Also generated inside the obj dir instead of separate deps folder.
2016-07-31Put the build output inside the root/.build directoryGravatar Fred Sundvik
2016-07-31Enable vpath seraching for source files onlyGravatar Fred Sundvik
2016-07-31Better "include guards" for the makefilesGravatar Fred Sundvik
Checking for ARCH is not good enough, since some subprojects define it. Ergodox Ez for example. The leads to running the make from keyboards/ergodox/ez failing. The keyboard makefile will not be included in that case, and therefore not the CUSTOM_MATRIX either. Furthermore the output files are read from many different .build directories, so it doesn't fail deterministically. For example on the Travis CI the compilation passes, since there's no outdated objects that needs recompilation.
2016-07-30Merge pull request #589 from algernon/h/ergodox_ez-vs-ergodoxGravatar Jack Humbert
Update some obsolete references
2016-07-30Update some obsolete referencesGravatar Gergely Nagy
Some links were still pointing to `/keyboards/ergodox_ez`, while the directory is `/keyboards/erdogox` now. Not all references have been updated, and some of the text here and there may need updating to mention the ErgoDox Infinity too, but that's out of the scope for this quick fix. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-29Merge pull request #587 from fredizzimo/documentation_quick_fixGravatar Jack Humbert
Fix the quick aliases documentation section
2016-07-29Merge pull request #503 from fredizzimo/ergodox_subprojectGravatar Jack Humbert
Add both Ergodox EZ and Infinity Ergodox as sub-projects of Ergodox
2016-07-29Fix the quick aliases documentation sectionGravatar Fred Sundvik
Also move all keyboard customization documentation under the "Going Beyond the keycodes" heading.
2016-07-29Small fix for infinity include guardGravatar Fred Sundvik
2016-07-29Fix typo in the readme.Gravatar Fred Sundvik
2016-07-29A couple of more Ergodox readme fixesGravatar Fred Sundvik
2016-07-29Unify the ErgoDox EZ and Infinity documentationGravatar Fred Sundvik
2016-07-29Refer to the right path in the readmeGravatar Fred Sundvik
2016-07-29Move Ergodox readme from ez subfolder to parentGravatar Fred Sundvik
2016-07-29Include the main Makefile before including Ergodox infinity driversGravatar Fred Sundvik
2016-07-29Move Infinity Ergodox drivers to subproject, and fix makefileGravatar Fred Sundvik
2016-07-29Remove the Infinity Ergodox default keymapGravatar Fred Sundvik
2016-07-29Cleanup the townk_osx config.h and make filesGravatar Fred Sundvik
2016-07-29Rename supercoder config_user to config.hGravatar Fred Sundvik
Also fixup the include path of parent config
2016-07-29Fix config.h include guardsGravatar Fred Sundvik
2016-07-29Define weak matrix user function for Infinity ErgodoxGravatar Fred Sundvik
So that a few keyboards, which don't use them, links properly.
2016-07-29Speed up ChibiOS keymap compilationGravatar Fred Sundvik
By sharing the external library object files between the whole keyboard, instead of re-compiling them for each keymap.
2016-07-29Change _delay_ms to wait_ms in algernon keymapGravatar Fred Sundvik
2016-07-29Move some of the Ergodox config settings to sharedGravatar Fred Sundvik
2016-07-29Add empty led control functions to Infinity ErgodoxGravatar Fred Sundvik
So that most keymaps compiles and links
2016-07-29Most ergodox keymaps compiles on InfinityGravatar Fred Sundvik
There are linker errors due to missing led funcitonality though
2016-07-29All Ez keymaps compilesGravatar Fred Sundvik
2016-07-29Initial structure for Ergodox as subprojectsGravatar Fred Sundvik
Only the EZ default keymaps compiles at the moment though.
2016-07-29Merge pull request #584 from algernon/ergodox-ez/algernonGravatar Erez Zukerman
ergodox_ez: Upgrade my keymap to v1.4
2016-07-29Merge pull request #583 from coderkun/coderkun_neo2Gravatar Erez Zukerman
Ergodox EZ: update keymap “coderkun_neo2”
2016-07-29Merge pull request #580 from MatsLanGoH/patch-1Gravatar Erez Zukerman
Fixed a typo
2016-07-29ergodox_ez: Upgrade my keymap to v1.4Gravatar Gergely Nagy
* 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>
2016-07-29disable sleep LEDGravatar coderkun
2016-07-29complete labels for modifiers in keymap schemaGravatar coderkun
2016-07-29use Ergodox EZ’s third LED for “scroll lock”Gravatar coderkun
2016-07-29fix grave (GRV) and acute (ACUT) accentsGravatar coderkun
2016-07-29Fixed a typoGravatar Matthias
Fixed a typo in line 738 'void martix_init' to 'void matrix_init'
2016-07-28Merge pull request #578 from 0xdec/masterGravatar Jack Humbert
0xdec Preonic keymap
2016-07-28Merge pull request #577 from hot-leaf-juice/masterGravatar Jack Humbert
Pull request to include my keymap if you want it!
2016-07-28Merge pull request #573 from algernon/f/make-all-stop-on-errorGravatar Jack Humbert
tmk_core/rules.mk: Make PRINT_ERROR* stop on error
2016-07-28Create 0xdec Preonic keymapGravatar Jordi Orlando
An ergonomically optimized Colemak keymap for the grid-layout Preonic
2016-07-28Merge pull request #572 from algernon/f/tap-dance-debugGravatar Jack Humbert
tap-dance: Add some debugging support
2016-07-28Merge pull request #570 from sethbc/fix_bone2planck_buildGravatar Jack Humbert
Fix bone2planck build
2016-07-28Merge pull request #569 from sethbc/fix_stanleylai_warningsGravatar Jack Humbert
kill warnings filling up travis buildlog
2016-07-28Merge pull request #568 from sethbc/fix-colemak-osx-pc-noGravatar Jack Humbert
update NO_AMP to NO_AMPR
2016-07-28Merge pull request #566 from SmackleFunky/masterGravatar Jack Humbert
Allow toggling out of plover layer
2016-07-28Merge pull request #559 from Talljoe/fix-compiler-warningGravatar Jack Humbert
Fix compiler warning when PREVENT_STUCK_MODIFIERS is enabled.