Data-Driven Keyboard Conversions: A (#23379)

This commit is contained in:
James Young 2024-04-02 09:45:44 -07:00 committed by GitHub
parent 38f7c6e3f3
commit 63bc7b63a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
239 changed files with 827 additions and 2434 deletions

View file

@ -5,5 +5,8 @@
},
"diode_direction": "COL2ROW",
"processor": "STM32F103",
"bootloader": "stm32duino"
"bootloader": "stm32duino",
"features": {
"bootmagic": true
}
}

View file

@ -1,2 +0,0 @@
BOOTMAGIC_ENABLE = yes

View file

@ -6,6 +6,10 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "caterina",
"features": {
"bluetooth": true,
"console": false
},
"bluetooth": {
"driver": "bluefruit_le"
}

View file

@ -1,8 +1,2 @@
# Processor frequency
F_CPU = 8000000
# Build Options
# change yes to no to disable
#
BLUETOOTH_ENABLE = yes
CONSOLE_ENABLE = no