summaryrefslogtreecommitdiff
path: root/keyboard/clueboard1/config.h
diff options
context:
space:
mode:
authorskullY2016-04-13 14:20:08 -0700
committerskullY2016-04-13 14:20:08 -0700
commit21d4cafb8c2894a71c4022e248b0dbcc1d9ce57d (patch)
tree6a88f6f90b9306046ffcfe80a5e099e623ee3532 /keyboard/clueboard1/config.h
parent97f8f378761506914b69d4fd2d5661bfcae28295 (diff)
Fixup rgb underlight for clueboard1
Diffstat (limited to 'keyboard/clueboard1/config.h')
-rw-r--r--keyboard/clueboard1/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboard/clueboard1/config.h b/keyboard/clueboard1/config.h
index 1801e3d2c..2b20c3873 100644
--- a/keyboard/clueboard1/config.h
+++ b/keyboard/clueboard1/config.h
@@ -67,9 +67,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Underlight configuration
*/
- #define ws2812_PORTREG PORTF
- #define ws2812_DDRREG DDRF
- #define ws2812_pin 6
+ #define ws2812_PORTREG PORTB
+ #define ws2812_DDRREG DDRB
+ #define ws2812_pin 2
#define RGBLED_NUM 14 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17