summaryrefslogtreecommitdiff
path: root/keyboard/clueboard1/config.h
diff options
context:
space:
mode:
authorskullY2016-03-28 22:49:24 -0700
committerskullY2016-03-28 22:49:24 -0700
commit5e822417d7aaebbb58154092ad2a7b5fd2469fbb (patch)
tree6720c29b604af5c365af3298c58ec07038c3cdce /keyboard/clueboard1/config.h
parent073b44924cdfd28d64ad2ee1dbe88b00f92d2c72 (diff)
Fixup clueboard support and add rgb to clueboard1
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.