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/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'keyboard/kc60/README.md') diff --git a/keyboard/kc60/README.md b/keyboard/kc60/README.md index fbc5ac942..00d78d0a6 100644 --- a/keyboard/kc60/README.md +++ b/keyboard/kc60/README.md @@ -2,12 +2,10 @@ KC60 (version 2.0) keyboard firmware ====================== ## Quantum MK Firmware - For the full Quantum feature list, see [the parent README.md](/README.md). ## Building - -Download or clone the whole firmware and navigate to the keyboard/kc60 folder. Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use the Teensy Loader to program your .hex file. +Download or clone the whole firmware and navigate to the keyboard/kc60 folder. Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use the Teensy Loader to program your .hex file. Depending on which keymap you would like to use, you will have to compile slightly differently. @@ -22,3 +20,8 @@ To build the firmware binary hex file with a keymap just do `make` with `KEYMAP` $ make KEYMAP=[default|jack|] ``` Keymaps follow the format **__\.c__** and are stored in the `keymaps` folder. + +## WS2812 Support +![Image of KC60 with RGB Underglow](keymaps/ws2812/ws2812_example.jpg) + +Build with WS2812 Support by running `make KEYMAP=ws2812`. -- cgit v1.2.3-24-g4f1b