From 3302258abd8929e03c9af71393afc5c9d6947c23 Mon Sep 17 00:00:00 2001 From: Stanley Lai Date: Sun, 19 Jun 2016 20:29:42 -0700 Subject: 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 --- keyboard/kc60/keymaps/ws2812/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 keyboard/kc60/keymaps/ws2812/README.md (limited to 'keyboard/kc60/keymaps/ws2812/README.md') diff --git a/keyboard/kc60/keymaps/ws2812/README.md b/keyboard/kc60/keymaps/ws2812/README.md new file mode 100644 index 0000000000..af76f7ab18 --- /dev/null +++ b/keyboard/kc60/keymaps/ws2812/README.md @@ -0,0 +1,21 @@ +KC60 with WS2812 RGB Underglow +====================== + +![Image of KC60 with RGB Underglow](ws2812_example.jpg) + +## Quantum MK Firmware +For the full Quantum feature list, see [the parent README.md](/README.md). + +## WS2812 Support +By default, it is now setup for 16 LEDs on the PF5 breakout pin. See [included image](ws2812_wiring.jpg) for wiring reference. + +### Build +To build this keymap with WS2812 enabled, simply run `make KEYMAP=ws2812`. + +### Reference Images +![Wiring Reference](ws2812_wiring.jpg) +![RGB Strip turned on](ws2812_underside-lit.jpg) +![RGB Strip turned off](ws2812_underside.jpg) + +### Additional Credits +Keymap based on work by [TerryMatthews](https://github.com/TerryMathews) for GH60 Satan. -- cgit v1.2.3