Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-01 | Merge pull request #596 from fredizzimo/rid_of_quick | Jack Humbert | |
Fix the makefile dependencies and remove quick targets | |||
2016-07-31 | added support for Infinity 1.1a (4th drop) matrix, no LED support yet | Depariel | |
2016-07-31 | Thumb ⌫ into ⇥, numpad & into :, yank home/end | Nathan Sharfi | |
Also: add (back?) in the light-shine disabler | |||
2016-07-31 | Remove /keyboard/* files | Nathan Sharfi | |
2016-07-31 | Merge branch 'master' of github.com:jackhumbert/qmk_firmware | Nathan Sharfi | |
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex | |||
2016-07-31 | fixed typo in hasu/keymap.c | Depariel | |
2016-07-31 | fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵ | Depariel | |
keymap | |||
2016-07-31 | feature: add basic doc about how a keyboard works on USB | Jiehong Ma | |
This comes from the discussion on #520 | |||
2016-07-31 | Travis calls the normal build target, instead of quick | Fred Sundvik | |
2016-07-31 | Fix the readme for the removed quick target | Fred Sundvik | |
2016-07-31 | Remove the quick commands and add proper clean | Fred Sundvik | |
2016-07-31 | Also depend on the gcc version | Fred Sundvik | |
2016-07-31 | Generate version information to version.h | Fred Sundvik | |
So that only the files that really needs a version are recompiled. | |||
2016-07-31 | Force compilation and linking when options changes | Fred Sundvik | |
2016-07-31 | More reliable .d file generation | Fred Sundvik | |
Also generated inside the obj dir instead of separate deps folder. | |||
2016-07-31 | Put the build output inside the root/.build directory | Fred Sundvik | |
2016-07-31 | Enable vpath seraching for source files only | Fred Sundvik | |
2016-07-31 | Better "include guards" for the makefiles | 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-31 | Merge pull request #594 from jeebak/jeebak | Jack Humbert | |
Jeebak's keymap for planck | |||
2016-07-31 | Merge pull request #590 from jeebak/in-like-flint | Jack Humbert | |
Add IN_LIKE_FLINT song | |||
2016-07-30 | Update readme.md | JeeBak Kim | |
2016-07-30 | Add additional shortcut keymaps to TOUCHCURSOR layer | JeeBak Kim | |
2016-07-30 | Add additional maps for [, and ], to LOWER | JeeBak Kim | |
2016-07-30 | Make RAISE layer an all numbers/arithmatic layer | JeeBak Kim | |
2016-07-30 | Move reset to a less accessible location | JeeBak Kim | |
2016-07-30 | Add -, +, and . to RAISE | JeeBak Kim | |
2016-07-30 | Change calls from persistant_default_layer_set() to default_layer_set() | JeeBak Kim | |
2016-07-30 | PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵ | JeeBak Kim | |
layers | |||
2016-07-30 | Updated readme with recent changes | Jonathan Arnett | |
2016-07-30 | Updated my keymap | Jack Humbert | |
2016-07-30 | Media keys for all the "regular" layers | JeeBak Kim | |
2016-07-30 | Add mouse layer, and remove default arrow keys (touchcursor only, now) | JeeBak Kim | |
2016-07-30 | Add numbers to _RAISE | JeeBak Kim | |
2016-07-30 | Move _RAISE symbols to _LOWER | JeeBak Kim | |
2016-07-30 | Tap for Enter, hold for Shift | JeeBak Kim | |
2016-07-30 | Add personalized TouchCursor layer | JeeBak Kim | |
2016-07-30 | Tap for Esc, hold for Control | JeeBak Kim | |
2016-07-30 | rebase | Seth Chandler | |
2016-07-30 | update makefile | Seth Chandler | |
2016-07-30 | initial commit of sethbc keymap | Seth Chandler | |
2016-07-30 | Add IN_LIKE_FLINT song | JeeBak Kim | |
2016-07-30 | Add "jeebak" keymap folder as a copy of the "default" folder | JeeBak Kim | |
2016-07-30 | Merge pull request #589 from algernon/h/ergodox_ez-vs-ergodox | Jack Humbert | |
Update some obsolete references | |||
2016-07-30 | Update some obsolete references | 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-29 | Merge pull request #587 from fredizzimo/documentation_quick_fix | Jack Humbert | |
Fix the quick aliases documentation section | |||
2016-07-29 | Merge pull request #503 from fredizzimo/ergodox_subproject | Jack Humbert | |
Add both Ergodox EZ and Infinity Ergodox as sub-projects of Ergodox | |||
2016-07-29 | Fix the quick aliases documentation section | Fred Sundvik | |
Also move all keyboard customization documentation under the "Going Beyond the keycodes" heading. | |||
2016-07-29 | Small fix for infinity include guard | Fred Sundvik | |
2016-07-29 | Fix typo in the readme. | Fred Sundvik | |
2016-07-29 | A couple of more Ergodox readme fixes | Fred Sundvik | |