1
0

Data-Driven Keyboard Conversions: H, Part 3 (#23530)

This commit is contained in:
James Young
2024-04-16 16:36:21 -07:00
committed by GitHub
parent 7be23a9cb4
commit baa6000ed3
58 changed files with 195 additions and 288 deletions

View File

@@ -39,5 +39,14 @@
},
"processor": "STM32F401",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"nkro": true,
"oled": true,
"wpm": true,
"extrakey": true,
"encoder": true,
"rgblight": true
},
"board": "BLACKPILL_STM32_F401"
}

View File

@@ -1,11 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes
NKRO_ENABLE = yes
KEYBOARD_SHARED_EP = yes
OLED_ENABLE = yes
WPM_ENABLE = yes
EXTRAKEY_ENABLE = yes
ENCODER_ENABLE = yes
RGBLIGHT_ENABLE = yes