Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)
* fixes from tmk's repo
* rename keyboard to keyboards
adds backlight levels to the satan keyboard (#431)
* enable 4 levels
* remove breathing stuff
* update channels, comments, hex
adds fuse settings for atmega32u4, fixes keymap_extras includes
Warning reductions (#430)
Warning reductions
Change base box to avoid breakage in Arch box (#429)
I haven't had a chance to update the Arch base box in a while so using the Ubuntu one is far more likely to succeed for a new user (I did test that box recently as I traded my ErgoDox EZ to a friend and needed to reprogram it for him).
Fix the make all-keyboards command (#422)
Unfortunately the supported targets, like "quick", "all", "clean",
and so on has to be repeated two extra times, but this is the best
I can do with my makefile skills.
reduces rgblight warnings, integrates completely (#428)
updates all config.h and Makefiles to correct references, text
Added stanleylai's personal keymap (#420)
* 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
* Added my personal keymap
* Updated compiled hex
* Reverted KC60 files to 3f6fac47 before pull request #419
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)