Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates ErgoDox readme | Erez Zukerman | 2016-08-01 | 1 | -9/+6 |
| | |||||
* | automatically forward ergodox ez | Jack Humbert | 2016-08-01 | 2 | -0/+3 |
| | |||||
* | Merge pull request #597 from Jiehong/feature/basic_keyboard_doc | Jack Humbert | 2016-08-01 | 1 | -0/+96 |
|\ | | | | | feature: add basic doc about how a keyboard works on USB | ||||
| * | feature: add basic doc about how a keyboard works on USB | Jiehong Ma | 2016-07-31 | 1 | -0/+96 |
| | | | | | | | | This comes from the discussion on #520 | ||||
* | | Merge pull request #596 from fredizzimo/rid_of_quick | Jack Humbert | 2016-08-01 | 10 | -56/+87 |
|\ \ | | | | | | | Fix the makefile dependencies and remove quick targets | ||||
| * | | Travis calls the normal build target, instead of quick | Fred Sundvik | 2016-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Fix the readme for the removed quick target | Fred Sundvik | 2016-07-31 | 1 | -4/+3 |
| | | | |||||
| * | | Remove the quick commands and add proper clean | Fred Sundvik | 2016-07-31 | 1 | -26/+5 |
| | | | |||||
| * | | Also depend on the gcc version | Fred Sundvik | 2016-07-31 | 1 | -3/+5 |
| | | | |||||
| * | | Generate version information to version.h | Fred Sundvik | 2016-07-31 | 7 | -2/+10 |
| | | | | | | | | | | | | So that only the files that really needs a version are recompiled. | ||||
| * | | Force compilation and linking when options changes | Fred Sundvik | 2016-07-31 | 1 | -9/+28 |
| | | | |||||
| * | | More reliable .d file generation | Fred Sundvik | 2016-07-31 | 1 | -8/+16 |
| | | | | | | | | | | | | Also generated inside the obj dir instead of separate deps folder. | ||||
| * | | Put the build output inside the root/.build directory | Fred Sundvik | 2016-07-31 | 1 | -1/+2 |
| | | | |||||
| * | | Enable vpath seraching for source files only | Fred Sundvik | 2016-07-31 | 1 | -1/+11 |
| | | | |||||
| * | | Better "include guards" for the makefiles | Fred Sundvik | 2016-07-31 | 1 | -9/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #594 from jeebak/jeebak | Jack Humbert | 2016-07-31 | 3 | -0/+496 |
|\ \ \ | | | | | | | | | Jeebak's keymap for planck | ||||
| * | | | Update readme.md | JeeBak Kim | 2016-07-30 | 1 | -1/+106 |
| | | | | |||||
| * | | | Add additional shortcut keymaps to TOUCHCURSOR layer | JeeBak Kim | 2016-07-30 | 1 | -4/+7 |
| | | | | |||||
| * | | | Add additional maps for [, and ], to LOWER | JeeBak Kim | 2016-07-30 | 1 | -4/+4 |
| | | | | |||||
| * | | | Make RAISE layer an all numbers/arithmatic layer | JeeBak Kim | 2016-07-30 | 1 | -6/+6 |
| | | | | |||||
| * | | | Move reset to a less accessible location | JeeBak Kim | 2016-07-30 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add -, +, and . to RAISE | JeeBak Kim | 2016-07-30 | 1 | -4/+4 |
| | | | | |||||
| * | | | Change calls from persistant_default_layer_set() to default_layer_set() | JeeBak Kim | 2016-07-30 | 1 | -3/+3 |
| | | | | |||||
| * | | | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | JeeBak Kim | 2016-07-30 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | layers | ||||
| * | | | Media keys for all the "regular" layers | JeeBak Kim | 2016-07-30 | 1 | -10/+10 |
| | | | | |||||
| * | | | Add mouse layer, and remove default arrow keys (touchcursor only, now) | JeeBak Kim | 2016-07-30 | 1 | -15/+36 |
| | | | | |||||
| * | | | Add numbers to _RAISE | JeeBak Kim | 2016-07-30 | 1 | -4/+4 |
| | | | | |||||
| * | | | Move _RAISE symbols to _LOWER | JeeBak Kim | 2016-07-30 | 1 | -6/+6 |
| | | | | |||||
| * | | | Tap for Enter, hold for Shift | JeeBak Kim | 2016-07-30 | 1 | -30/+31 |
| | | | | |||||
| * | | | Add personalized TouchCursor layer | JeeBak Kim | 2016-07-30 | 1 | -6/+28 |
| | | | | |||||
| * | | | Tap for Esc, hold for Control | JeeBak Kim | 2016-07-30 | 1 | -30/+33 |
| | | | | |||||
| * | | | Add "jeebak" keymap folder as a copy of the "default" folder | JeeBak Kim | 2016-07-30 | 3 | -0/+341 |
| |/ / | |||||
* | | | Merge pull request #590 from jeebak/in-like-flint | Jack Humbert | 2016-07-31 | 1 | -0/+8 |
|\ \ \ | |/ / |/| | | Add IN_LIKE_FLINT song | ||||
| * | | Add IN_LIKE_FLINT song | JeeBak Kim | 2016-07-30 | 1 | -0/+8 |
|/ / | |||||
* | | Merge pull request #589 from algernon/h/ergodox_ez-vs-ergodox | Jack Humbert | 2016-07-30 | 7 | -9/+9 |
|\ \ | | | | | | | Update some obsolete references | ||||
| * | | Update some obsolete references | Gergely Nagy | 2016-07-30 | 7 | -9/+9 |
|/ / | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #587 from fredizzimo/documentation_quick_fix | Jack Humbert | 2016-07-29 | 1 | -13/+15 |
|\ \ | | | | | | | Fix the quick aliases documentation section | ||||
| * | | Fix the quick aliases documentation section | Fred Sundvik | 2016-07-29 | 1 | -13/+15 |
| | | | | | | | | | | | | | | | Also move all keyboard customization documentation under the "Going Beyond the keycodes" heading. | ||||
* | | | Merge pull request #503 from fredizzimo/ergodox_subproject | Jack Humbert | 2016-07-29 | 225 | -1795/+1651 |
|\ \ \ | |/ / |/| | | Add both Ergodox EZ and Infinity Ergodox as sub-projects of Ergodox | ||||
| * | | Small fix for infinity include guard | Fred Sundvik | 2016-07-29 | 1 | -3/+3 |
| | | | |||||
| * | | Fix typo in the readme. | Fred Sundvik | 2016-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | A couple of more Ergodox readme fixes | Fred Sundvik | 2016-07-29 | 1 | -2/+2 |
| | | | |||||
| * | | Unify the ErgoDox EZ and Infinity documentation | Fred Sundvik | 2016-07-29 | 1 | -8/+13 |
| | | | |||||
| * | | Refer to the right path in the readme | Fred Sundvik | 2016-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | Move Ergodox readme from ez subfolder to parent | Fred Sundvik | 2016-07-29 | 1 | -0/+0 |
| | | | |||||
| * | | Include the main Makefile before including Ergodox infinity drivers | Fred Sundvik | 2016-07-29 | 1 | -4/+4 |
| | | | |||||
| * | | Move Infinity Ergodox drivers to subproject, and fix makefile | Fred Sundvik | 2016-07-29 | 14 | -2/+2 |
| | | | |||||
| * | | Remove the Infinity Ergodox default keymap | Fred Sundvik | 2016-07-29 | 2 | -282/+0 |
| | | | |||||
| * | | Cleanup the townk_osx config.h and make files | Fred Sundvik | 2016-07-29 | 2 | -52/+2 |
| | | | |||||
| * | | Rename supercoder config_user to config.h | Fred Sundvik | 2016-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Also fixup the include path of parent config |