forked from mirror/qmk_firmware
Data-Driven Keyboard Conversions: H, Part 3 (#23530)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user