~ruther/qmk_firmware

f422f442 — Jack Humbert 9 years ago
automatically forward ergodox ez
bb249fb2 — Jack Humbert 9 years ago
Merge pull request #597 from Jiehong/feature/basic_keyboard_doc

feature: add basic doc about how a keyboard works on USB
d5baa477 — Jack Humbert 9 years ago
Merge pull request #596 from fredizzimo/rid_of_quick

Fix the makefile dependencies and remove quick targets
d9bef165 — Jiehong Ma 9 years ago
feature: add basic doc about how a keyboard works on USB

This comes from the discussion on #520
fda29be3 — Fred Sundvik 9 years ago
Travis calls the normal build target, instead of quick
87a1a095 — Fred Sundvik 9 years ago
Fix the readme for the removed quick target
a0dc6221 — Fred Sundvik 9 years ago
Remove the quick commands and add proper clean
d5a947b3 — Fred Sundvik 9 years ago
Also depend on the gcc version
97817a77 — Fred Sundvik 9 years ago
Generate version information to version.h

So that only the files that really needs a version are recompiled.
84bfb195 — Fred Sundvik 9 years ago
Force compilation and linking when options changes
e58e9af2 — Fred Sundvik 9 years ago
More reliable .d file generation

Also generated inside the obj dir instead of separate deps folder.
abdf4257 — Fred Sundvik 9 years ago
Put the build output inside the root/.build directory
f11a0275 — Fred Sundvik 9 years ago
Enable vpath seraching for source files only
79067662 — Fred Sundvik 9 years ago
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.
b25dbc48 — Jack Humbert 9 years ago
Merge pull request #594 from jeebak/jeebak

Jeebak's keymap for planck
7e000ff4 — Jack Humbert 9 years ago
Merge pull request #590 from jeebak/in-like-flint

Add IN_LIKE_FLINT song
230d313d — JeeBak Kim 9 years ago
Update readme.md
a2ed7ce7 — JeeBak Kim 9 years ago
Add additional shortcut keymaps to TOUCHCURSOR layer
db8ad820 — JeeBak Kim 9 years ago
Add additional maps for [, and ], to LOWER
b54a5885 — JeeBak Kim 9 years ago
Make RAISE layer an all numbers/arithmatic layer
Next