Miscellaneous keyboard.json migrations (#23378)
This commit is contained in:
parent
62af50ceef
commit
f29daff9b6
62 changed files with 57 additions and 185 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"bluetooth": {
|
||||
"driver": "bluefruit_le"
|
||||
}
|
|
@ -8,8 +8,9 @@
|
|||
"pid": "0x6061",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"features": {
|
||||
"extrakey": true
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_ortho_4x12"
|
||||
},
|
||||
|
|
3
keyboards/woodkeys/meira/promicro/keyboard.json
Normal file
3
keyboards/woodkeys/meira/promicro/keyboard.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"development_board": "promicro"
|
||||
}
|
|
@ -1,16 +1,3 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
||||
MOUSEKEY_ENABLE = no # 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 = no # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
CUSTOM_MATRIX = yes
|
||||
SRC += matrix.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue