summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/practice60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/practice60/config.h')
-rw-r--r--keyboards/handwired/practice60/config.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/keyboards/handwired/practice60/config.h b/keyboards/handwired/practice60/config.h
index 648dd62ed..c015bb746 100644
--- a/keyboards/handwired/practice60/config.h
+++ b/keyboards/handwired/practice60/config.h
@@ -35,7 +35,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS { B3, B4, B5, B6, B7 }
#define DIODE_DIRECTION COL2ROW
-#define BACKLIGHT_LEVELS 1
+#define BACKLIGHT_LEVELS 6
+#define BACKLIGHT_BREATHING
+#define BREATHING_PERIOD 6
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST
@@ -48,6 +50,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
+#define RGBLIGHT_ANIMATIONS
+
+#define WS2812_LED_N 9
+#define RGBLED_NUM WS2812_LED_N
+#define PORT_WS2812 GPIOB
+#define PIN_WS2812 15
+#define WS2812_SPI SPID2
+
+
/*
* Feature disable options
* These options are also useful to firmware size reduction.