1
0
Fork 0

Data-Driven Keyboard Conversions: H, Part 2 (#23525)

This commit is contained in:
James Young 2024-04-15 11:22:31 -07:00 committed by GitHub
parent 9c1662f8f9
commit 3c9dd36809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 200 additions and 320 deletions

View file

@ -1,4 +1,9 @@
{
"usb": {
"shared_endpoint": {
"keyboard": true
}
},
"matrix_pins": {
"cols": ["A5", "A6", "A7", "B0", "B1", "B10"],
"rows": ["A4", "A3", "A2", "A1", "A0"]
@ -9,5 +14,12 @@
},
"processor": "STM32F401",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"rgblight": true
},
"board": "BLACKPILL_STM32_F401"
}

View file

@ -1,13 +0,0 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
KEYBOARD_SHARED_EP = yes