summaryrefslogtreecommitdiff
path: root/keyboards/whitefox/config.h
diff options
context:
space:
mode:
authorJoakim Tufvegren <jocke@barbanet.com>2021-06-10 09:46:09 +0200
committerGitHub <noreply@github.com>2021-06-10 17:46:09 +1000
commit6fe3943ad3efd480da87884ab92fc5738d99f1db (patch)
tree40145c95f5ecb5efba2b9cbc055f779071cd0331 /keyboards/whitefox/config.h
parentb2fdd4874434ef6921a436fc82d9f24909c726f8 (diff)
Migrate keyboards using uGFX to LED_MATRIX (#9657)
Diffstat (limited to 'keyboards/whitefox/config.h')
-rw-r--r--keyboards/whitefox/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h
index 4d7a460d26..1cdac01d07 100644
--- a/keyboards/whitefox/config.h
+++ b/keyboards/whitefox/config.h
@@ -62,6 +62,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LED_BRIGHTNESS_LO 100
#define LED_BRIGHTNESS_HI 255
+/* LED matrix driver */
+#define LED_DRIVER_ADDR_1 0x74
+#define LED_DRIVER_COUNT 1
+#define DRIVER_LED_TOTAL 71
+#define LED_DISABLE_WHEN_USB_SUSPENDED
+
+/* i2c (for LED matrix) */
+#define I2C1_CLOCK_SPEED 400000
+#define I2C1_SCL_PAL_MODE PAL_MODE_ALTERNATIVE_2
+#define I2C1_SDA_PAL_MODE PAL_MODE_ALTERNATIVE_2
+#define I2C1_BANK GPIOB
+#define I2C1_SCL 0
+#define I2C1_SDA 1
+
/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
* This is useful for the Windows task manager shortcut (ctrl+shift+esc).
*/