aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-08-02Merge pull request #593 from J3RN/masterGravatar Erez Zukerman
Updated the J3RN ErgoDox keymap
2016-08-02Merge pull request #600 from adiabatic/masterGravatar Erez Zukerman
zweihander-osx: add left-hand-thumb tab key
2016-08-01correct file nameGravatar Jack Humbert
2016-08-01fix mkdir cmdGravatar Jack Humbert
2016-08-01Updates ErgoDox readmeGravatar Erez Zukerman
2016-08-01automatically forward ergodox ezGravatar Jack Humbert
2016-08-01Merge pull request #597 from Jiehong/feature/basic_keyboard_docGravatar Jack Humbert
feature: add basic doc about how a keyboard works on USB
2016-08-01Merge pull request #596 from fredizzimo/rid_of_quickGravatar Jack Humbert
Fix the makefile dependencies and remove quick targets
2016-07-31Thumb ⌫ into ⇥, numpad & into :, yank home/endGravatar Nathan Sharfi
Also: add (back?) in the light-shine disabler
2016-07-31Remove /keyboard/* filesGravatar Nathan Sharfi
2016-07-31Merge branch 'master' of github.com:jackhumbert/qmk_firmwareGravatar Nathan Sharfi
# Conflicts: # keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c # keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
2016-07-31feature: add basic doc about how a keyboard works on USBGravatar Jiehong Ma
This comes from the discussion on #520
2016-07-31Travis calls the normal build target, instead of quickGravatar Fred Sundvik
2016-07-31Fix the readme for the removed quick targetGravatar Fred Sundvik
2016-07-31Remove the quick commands and add proper cleanGravatar Fred Sundvik
2016-07-31Also depend on the gcc versionGravatar Fred Sundvik
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-31Merge pull request #594 from jeebak/jeebakGravatar Jack Humbert
Jeebak's keymap for planck
2016-07-31Merge pull request #590 from jeebak/in-like-flintGravatar Jack Humbert
Add IN_LIKE_FLINT song
2016-07-30Update readme.mdGravatar JeeBak Kim
2016-07-30Add additional shortcut keymaps to TOUCHCURSOR layerGravatar JeeBak Kim
2016-07-30Add additional maps for [, and ], to LOWERGravatar JeeBak Kim
2016-07-30Make RAISE layer an all numbers/arithmatic layerGravatar JeeBak Kim
2016-07-30Move reset to a less accessible locationGravatar JeeBak Kim
2016-07-30Add -, +, and . to RAISEGravatar JeeBak Kim
2016-07-30Change calls from persistant_default_layer_set() to default_layer_set()Gravatar JeeBak Kim
2016-07-30PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE ↵Gravatar JeeBak Kim
layers
2016-07-30Updated readme with recent changesGravatar Jonathan Arnett
2016-07-30Updated my keymapGravatar Jack Humbert
2016-07-30Media keys for all the "regular" layersGravatar JeeBak Kim
2016-07-30Add mouse layer, and remove default arrow keys (touchcursor only, now)Gravatar JeeBak Kim
2016-07-30Add numbers to _RAISEGravatar JeeBak Kim
2016-07-30Move _RAISE symbols to _LOWERGravatar JeeBak Kim
2016-07-30Tap for Enter, hold for ShiftGravatar JeeBak Kim
2016-07-30Add personalized TouchCursor layerGravatar JeeBak Kim
2016-07-30Tap for Esc, hold for ControlGravatar JeeBak Kim
2016-07-30Add IN_LIKE_FLINT songGravatar JeeBak Kim
2016-07-30Add "jeebak" keymap folder as a copy of the "default" folderGravatar JeeBak Kim
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