| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-31 | More reliable .d file generation | ||
| Also generated inside the obj dir instead of separate deps folder. | |||
| 2016-07-31 | Put the build output inside the root/.build directory | ||
| 2016-07-31 | Enable vpath seraching for source files only | ||
| 2016-07-31 | Better "include guards" for the makefiles | ||
| 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-31 | Merge pull request #594 from jeebak/jeebak | ||
| Jeebak's keymap for planck | |||
| 2016-07-31 | Merge pull request #590 from jeebak/in-like-flint | ||
| Add IN_LIKE_FLINT song | |||
| 2016-07-30 | Update readme.md | ||
| 2016-07-30 | Add additional shortcut keymaps to TOUCHCURSOR layer | ||
| 2016-07-30 | Add additional maps for [, and ], to LOWER | ||
| 2016-07-30 | Make RAISE layer an all numbers/arithmatic layer | ||
| 2016-07-30 | Move reset to a less accessible location | ||
| 2016-07-30 | Add -, +, and . to RAISE | ||
| 2016-07-30 | Change calls from persistant_default_layer_set() to default_layer_set() | ||
| 2016-07-30 | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | ||
| layers | |||
| 2016-07-30 | Updated readme with recent changes | ||
| 2016-07-30 | Updated my keymap | ||
| 2016-07-30 | Media keys for all the "regular" layers | ||
| 2016-07-30 | Add mouse layer, and remove default arrow keys (touchcursor only, now) | ||
| 2016-07-30 | Add numbers to _RAISE | ||
| 2016-07-30 | Move _RAISE symbols to _LOWER | ||
| 2016-07-30 | Tap for Enter, hold for Shift | ||
| 2016-07-30 | Add personalized TouchCursor layer | ||
| 2016-07-30 | Tap for Esc, hold for Control | ||
| 2016-07-30 | rebase | ||
| 2016-07-30 | update makefile | ||
| 2016-07-30 | initial commit of sethbc keymap | ||
| 2016-07-30 | Moved PREVENT_STUCK_MODIFIERS to config.h | ||
| 2016-07-30 | Moved my Ergodox keymap to match upstream changes | ||
| 2016-07-30 | Merge remote-tracking branch 'upstream/master' | ||
| 2016-07-30 | Add IN_LIKE_FLINT song | ||
| 2016-07-30 | Add "jeebak" keymap folder as a copy of the "default" folder | ||
| 2016-07-30 | Merge pull request #589 from algernon/h/ergodox_ez-vs-ergodox | ||
| Update some obsolete references | |||
| 2016-07-30 | Update some obsolete references | ||
| 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-30 | Moved CapsLk, ScrollLk, and NumLk to Adjust layer | ||
| 2016-07-29 | Merge pull request #587 from fredizzimo/documentation_quick_fix | ||
| Fix the quick aliases documentation section | |||
| 2016-07-29 | Merge pull request #503 from fredizzimo/ergodox_subproject | ||
| Add both Ergodox EZ and Infinity Ergodox as sub-projects of Ergodox | |||
| 2016-07-29 | Fix the quick aliases documentation section | ||
| Also move all keyboard customization documentation under the "Going Beyond the keycodes" heading. | |||
| 2016-07-29 | Small fix for infinity include guard | ||
| 2016-07-29 | Fix typo in the readme. | ||
| 2016-07-29 | A couple of more Ergodox readme fixes | ||
| 2016-07-29 | Unify the ErgoDox EZ and Infinity documentation | ||
| 2016-07-29 | Refer to the right path in the readme | ||
| 2016-07-29 | Move Ergodox readme from ez subfolder to parent | ||
| 2016-07-29 | Include the main Makefile before including Ergodox infinity drivers | ||
| 2016-07-29 | Move Infinity Ergodox drivers to subproject, and fix makefile | ||
| 2016-07-29 | Remove the Infinity Ergodox default keymap | ||
| 2016-07-29 | Cleanup the townk_osx config.h and make files | ||
| 2016-07-29 | Rename supercoder config_user to config.h | ||
| Also fixup the include path of parent config | |||
| 2016-07-29 | Fix config.h include guards | ||
| 2016-07-29 | Define weak matrix user function for Infinity Ergodox | ||
| So that a few keyboards, which don't use them, links properly. | |||