summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-01added support for Infinity 1.1a (4th drop) matrix, no LED support yetDepariel2-5/+50
2016-07-31Thumb ⌫ into ⇥, numpad & into :, yank home/endNathan Sharfi3-13/+1166
Also: add (back?) in the light-shine disabler
2016-07-31Remove /keyboard/* filesNathan Sharfi3-1394/+0
2016-07-31Merge branch 'master' of github.com:jackhumbert/qmk_firmwareNathan Sharfi6334-2415530/+64043
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
2016-07-31fixed typo in hasu/keymap.cDepariel1-1/+1
2016-07-31fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel ↵Depariel5-149/+146
keymap
2016-07-31feature: add basic doc about how a keyboard works on USBJiehong Ma1-0/+96
This comes from the discussion on #520
2016-07-31Travis calls the normal build target, instead of quickFred Sundvik1-1/+1
2016-07-31Fix the readme for the removed quick targetFred Sundvik1-4/+3
2016-07-31Remove the quick commands and add proper cleanFred Sundvik1-26/+5
2016-07-31Also depend on the gcc versionFred Sundvik1-3/+5
2016-07-31Generate version information to version.hFred Sundvik7-2/+10
So that only the files that really needs a version are recompiled.
2016-07-31Force compilation and linking when options changesFred Sundvik1-9/+28
2016-07-31More reliable .d file generationFred Sundvik1-8/+16
Also generated inside the obj dir instead of separate deps folder.
2016-07-31Put the build output inside the root/.build directoryFred Sundvik1-1/+2
2016-07-31Enable vpath seraching for source files onlyFred Sundvik1-1/+11
2016-07-31Better "include guards" for the makefilesFred Sundvik1-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.
2016-07-31Merge pull request #594 from jeebak/jeebakJack Humbert3-0/+496
Jeebak's keymap for planck
2016-07-31Merge pull request #590 from jeebak/in-like-flintJack Humbert1-0/+8
Add IN_LIKE_FLINT song
2016-07-31Update readme.mdJeeBak Kim1-1/+106
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerJeeBak Kim1-4/+7
2016-07-30Add additional maps for [, and ], to LOWERJeeBak Kim1-4/+4
2016-07-30Make RAISE layer an all numbers/arithmatic layerJeeBak Kim1-6/+6
2016-07-30Move reset to a less accessible locationJeeBak Kim1-4/+4
2016-07-30Add -, +, and . to RAISEJeeBak Kim1-4/+4
2016-07-30Change calls from persistant_default_layer_set() to default_layer_set()JeeBak Kim1-3/+3
2016-07-30PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵JeeBak Kim1-10/+10
layers
2016-07-30Updated readme with recent changesJonathan Arnett1-3/+6
2016-07-30Updated my keymapJack Humbert8-28/+29
2016-07-30Media keys for all the "regular" layersJeeBak Kim1-10/+10
2016-07-30Add mouse layer, and remove default arrow keys (touchcursor only, now)JeeBak Kim1-15/+36
2016-07-30Add numbers to _RAISEJeeBak Kim1-4/+4
2016-07-30Move _RAISE symbols to _LOWERJeeBak Kim1-6/+6
2016-07-30Tap for Enter, hold for ShiftJeeBak Kim1-30/+31
2016-07-30Add personalized TouchCursor layerJeeBak Kim1-6/+28
2016-07-30Tap for Esc, hold for ControlJeeBak Kim1-30/+33
2016-07-30rebaseSeth Chandler3-1/+1
2016-07-30update makefileSeth Chandler1-1/+1
2016-07-30initial commit of sethbc keymapSeth Chandler3-0/+119
2016-07-30Add IN_LIKE_FLINT songJeeBak Kim1-0/+8
2016-07-30Add "jeebak" keymap folder as a copy of the "default" folderJeeBak Kim3-0/+341
2016-07-30Merge pull request #589 from algernon/h/ergodox_ez-vs-ergodoxJack Humbert7-9/+9
Update some obsolete references
2016-07-30Update some obsolete referencesGergely Nagy7-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>
2016-07-30Merge pull request #587 from fredizzimo/documentation_quick_fixJack Humbert1-13/+15
Fix the quick aliases documentation section
2016-07-30Merge pull request #503 from fredizzimo/ergodox_subprojectJack Humbert225-1795/+1651
Add both Ergodox EZ and Infinity Ergodox as sub-projects of Ergodox
2016-07-29Fix the quick aliases documentation sectionFred Sundvik1-13/+15
Also move all keyboard customization documentation under the "Going Beyond the keycodes" heading.
2016-07-29Small fix for infinity include guardFred Sundvik1-3/+3
2016-07-29Fix typo in the readme.Fred Sundvik1-1/+1
2016-07-29A couple of more Ergodox readme fixesFred Sundvik1-2/+2
2016-07-29Unify the ErgoDox EZ and Infinity documentationFred Sundvik1-8/+13