summaryrefslogtreecommitdiff
path: root/keyboard/clueboard1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/clueboard1/config.h')
-rw-r--r--keyboard/clueboard1/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboard/clueboard1/config.h b/keyboard/clueboard1/config.h
index 01212078f..1801e3d2c 100644
--- a/keyboard/clueboard1/config.h
+++ b/keyboard/clueboard1/config.h
@@ -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.