Commit Graph

6099 Commits (ba405cfbb4b887af8007edfeed4d9fc43766d911)
 

Author SHA1 Message Date
Jack Humbert 461f973c2b correct file name
Jack Humbert 25f138c0d3 fix mkdir cmd
Erez Zukerman 56aa51664e Updates ErgoDox readme
Stephen Christie 76ef37e72d Corrected Qwerty/Fn Mismatch.
Jack Humbert f422f442cf automatically forward ergodox ez
Jack Humbert bb249fb239 Merge pull request from Jiehong/feature/basic_keyboard_doc
feature: add basic doc about how a keyboard works on USB
Jack Humbert d5baa4773d Merge pull request from fredizzimo/rid_of_quick
Fix the makefile dependencies and remove quick targets
Depariel a675c1aee0 added support for Infinity 1.1a (4th drop) matrix, no LED support yet
Stephen Christie 4b74c90cdb Added quote key.
Nathan Sharfi 07a631bd5a Thumb ⌫ into ⇥, numpad & into :, yank home/end
Also: add (back?) in the light-shine disabler
Nathan Sharfi c2419ffecc Remove /keyboard/* files
Nathan Sharfi d889648d53 Merge branch 'master' of github.com:jackhumbert/qmk_firmware
# Conflicts:
#	keyboard/ergodox_ez/keymaps/zweihander-osx/keymap.c
#	keyboard/ergodox_ez/keymaps/zweihander-osx/zweihander-osx.hex
Depariel 0c4177e077 fixed typo in hasu/keymap.c
Depariel ceecb7c819 fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel keymap
Jiehong Ma d9bef1658e feature: add basic doc about how a keyboard works on USB
This comes from the discussion on 
Fred Sundvik fda29be3e7 Travis calls the normal build target, instead of quick
Fred Sundvik 87a1a095d0 Fix the readme for the removed quick target
Fred Sundvik a0dc622199 Remove the quick commands and add proper clean
Fred Sundvik d5a947b324 Also depend on the gcc version
Fred Sundvik 97817a773e Generate version information to version.h
So that only the files that really needs a version are recompiled.
Fred Sundvik 84bfb19554 Force compilation and linking when options changes
Fred Sundvik e58e9af2ab More reliable .d file generation
Also generated inside the obj dir instead of separate deps folder.
Fred Sundvik abdf42573a Put the build output inside the root/.build directory
Fred Sundvik f11a0275a8 Enable vpath seraching for source files only
Fred Sundvik 79067662c8 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.
Jack Humbert b25dbc484d Merge pull request from jeebak/jeebak
Jeebak's keymap for planck
Jack Humbert 7e000ff476 Merge pull request from jeebak/in-like-flint
Add IN_LIKE_FLINT song
JeeBak Kim 230d313dbd Update readme.md
JeeBak Kim a2ed7ce795 Add additional shortcut keymaps to TOUCHCURSOR layer
JeeBak Kim db8ad8204e Add additional maps for [, and ], to LOWER
JeeBak Kim b54a58859f Make RAISE layer an all numbers/arithmatic layer
JeeBak Kim 216efe6c99 Move reset to a less accessible location
JeeBak Kim e0dd9d6af0 Add -, +, and . to RAISE
JeeBak Kim 6a2c681ae9 Change calls from persistant_default_layer_set() to default_layer_set()
JeeBak Kim eb9416a67d PrintScreen and RGUI replace BACKLIT and Ctrl. Move BACKLIT to LOWER/RAISE layers
Jonathan Arnett 1876e100be
Updated readme with recent changes
Jack Humbert 17bd4ac062
Updated my keymap
JeeBak Kim 984fc2b630 Media keys for all the "regular" layers
JeeBak Kim 7209310d1b Add mouse layer, and remove default arrow keys (touchcursor only, now)
JeeBak Kim a6bae9fb07 Add numbers to _RAISE
JeeBak Kim 6baf77d8fb Move _RAISE symbols to _LOWER
JeeBak Kim ad7e4af45c Tap for Enter, hold for Shift
JeeBak Kim b5d77440b6 Add personalized TouchCursor layer
JeeBak Kim eb1a06d3ae Tap for Esc, hold for Control
Seth Chandler a6ec5fa74a rebase
Seth Chandler 694567f799 update makefile
Seth Chandler a01d703a58 initial commit of sethbc keymap
Joshua T cf795a6f93 Moved PREVENT_STUCK_MODIFIERS to config.h
Joshua T 0064f1f84c Moved my Ergodox keymap to match upstream changes
Joshua T e9a501d447 Merge remote-tracking branch 'upstream/master'