Data-Driven Keyboard Conversions: A (#23379)
This commit is contained in:
parent
38f7c6e3f3
commit
63bc7b63a6
239 changed files with 827 additions and 2434 deletions
|
@ -5,5 +5,8 @@
|
|||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "STM32F103",
|
||||
"bootloader": "stm32duino"
|
||||
"bootloader": "stm32duino",
|
||||
"features": {
|
||||
"bootmagic": true
|
||||
}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
BOOTMAGIC_ENABLE = yes
|
|
@ -6,6 +6,10 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"bluetooth": true,
|
||||
"console": false
|
||||
},
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
# Processor frequency
|
||||
F_CPU = 8000000
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BLUETOOTH_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue