]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/clueboard1/config.h
Fixup clueboard support and add rgb to clueboard1
[qmk_firmware.git] / keyboard / clueboard1 / config.h
index 01212078f12ea6a57589152da13ffe1747c06aaf..1801e3d2cc4d99e33d98a15c3db4a9b1dcff33b9 100644 (file)
@@ -65,6 +65,16 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
 )
 
+/* Underlight configuration
+ */
+ #define ws2812_PORTREG PORTF
+ #define ws2812_DDRREG DDRF
+ #define ws2812_pin 6
+ #define RGBLED_NUM 14     // Number of LEDs
+ #define RGBLIGHT_HUE_STEP 10
+ #define RGBLIGHT_SAT_STEP 17
+ #define RGBLIGHT_VAL_STEP 17
+
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.