diff options
Diffstat (limited to 'keyboards/whitefox/config.h')
-rw-r--r-- | keyboards/whitefox/config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h index 4d7a460d2..1cdac01d0 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/>. | |||
62 | #define LED_BRIGHTNESS_LO 100 | 62 | #define LED_BRIGHTNESS_LO 100 |
63 | #define LED_BRIGHTNESS_HI 255 | 63 | #define LED_BRIGHTNESS_HI 255 |
64 | 64 | ||
65 | /* LED matrix driver */ | ||
66 | #define LED_DRIVER_ADDR_1 0x74 | ||
67 | #define LED_DRIVER_COUNT 1 | ||
68 | #define DRIVER_LED_TOTAL 71 | ||
69 | #define LED_DISABLE_WHEN_USB_SUSPENDED | ||
70 | |||
71 | /* i2c (for LED matrix) */ | ||
72 | #define I2C1_CLOCK_SPEED 400000 | ||
73 | #define I2C1_SCL_PAL_MODE PAL_MODE_ALTERNATIVE_2 | ||
74 | #define I2C1_SDA_PAL_MODE PAL_MODE_ALTERNATIVE_2 | ||
75 | #define I2C1_BANK GPIOB | ||
76 | #define I2C1_SCL 0 | ||
77 | #define I2C1_SDA 1 | ||
78 | |||
65 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | 79 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. |
66 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). | 80 | * This is useful for the Windows task manager shortcut (ctrl+shift+esc). |
67 | */ | 81 | */ |