Fresh hes for experimental layout
[Jack & Erez] Fixes Space Cadet right shift
Adapts experimental layout file format
Adds compiled default firmware
[Jack & Erez] Adds dedicated Version key
[Jack & Erez] Tweaks makefile for sanity
[Erez & Jack] Updates build guide
endline normalisation, treat .hex as bin, updates kc60 hex files
Added WS2812 support for KC60 (#419)
* Added WS2812 support for KC60
* Reorganized WS2812 support into its own keymap
* Fixed relative link in README
* Moved WS2812 mention in README to the bottom
* Fixed titling in WS2812 README
* Reverted KC60 Makefile and default keymap back
* Moved RGB specific config.h to ws2812 keymap folder
Add quick version of the all-* makefile targets (#417)
Cleans up quantum/keymap situation, removes extra lufa folders (#416)
* sorts out keycodes
* move midi around
* remove mbed
* replaces keymap with qmk/keymap_common
* fixes keymap.h
* keymap, config, quantum rearrange
* removes unneeded lufa stuff
allow overriding of TARGET
adds power_up to quantum's matrix file
prevents ergodox_ez from waking up machine (#375)
fix for parent folders with spaces (#403)
removes extra dfu erase (#415)
Sample of using build info to generate keystrokes (#412)
* More documentation
* Saving crontab for user on host
* Restructuring in keeping with recent changes to conventions
* Simplify submitting my fave cbbrowne keystroke by using SEND_STRING()
* Local change, not apropos to have in this repo
* Simplify logic; no need to return so much
* Add in a version key
* Add docs
* Split build date into a separate DEFINE
* Ensure there is a value even if not working within a git repo
* Should not include the compiled code in the repo
* compiled.hex files should not be included in the repo; they represent generated compiled code
* Fix spelling in comment
* Remove more generated files
* Add rule to ignore contents of .build directories; their contents are generated
* Revert removals of compiled files
correctly test to see if awk exists