1
0
Fork 0

[Keyboard] Feather STM32F405 update

This commit is contained in:
Drashna Jael're 2024-08-16 14:17:17 -07:00
parent 2f07f37391
commit 25fee1b883
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
3 changed files with 12 additions and 14 deletions

View file

@ -6,8 +6,6 @@
#define I2C1_CLOCK_SPEED 400000
#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_16_9
#define WS2812_PIN C0
#define OLED_DISPLAY_128X128
#define OLED_UPDATE_INTERVAL 100

View file

@ -7,27 +7,32 @@
"features": {
"bootmagic": true,
"command": false,
"console": false,
"console": true,
"extrakey": true,
"haptic": true,
"mousekey": true,
"nkro": true
"nkro": true,
"oled": true
},
"haptic": {
"driver": "drv2605l"
},
"matrix_pins": {
"cols": [null, null, null, null],
"rows": [null, null, null, null]
},
"processor": "STM32F405",
"rgblight": {
"led_count": 1,
"pin": "C0",
"sleep": true
},
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
"vid": "0xFEED"
},
"rgblight": {
"led_count": 1,
"pin": "C0",
"sleep": true
},
"layouts": {
"LAYOUT_ortho_4x4": {
"layout": [

View file

@ -1,5 +0,0 @@
# This file intentionally left blank
OLED_ENABLE = yes
HAPTIC_ENABLE = yes
HAPTIC_DRIVER = drv2605l
CONSOLE_ENABLE = yes