Migrate build target markers to keyboard.json - Misc (#23612)

This commit is contained in:
Joel Challis 2024-04-25 18:37:44 +01:00 committed by GitHub
parent 3d83b3e7c5
commit e9b8929357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 141 additions and 212 deletions

View file

@ -1,4 +1,10 @@
{
"processor": "atmega32u2",
"bootloader": "atmel-dfu"
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": false
}
}

View file

@ -1,2 +0,0 @@
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration

View file

@ -1,4 +1,12 @@
{
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
"bootloader": "atmel-dfu",
"features": {
"bootmagic": true,
"command": true,
"console": true,
"extrakey": true,
"mousekey": true,
"nkro": false
}
}

View file

@ -1,23 +1,6 @@
# 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 = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
CUSTOM_MATRIX = yes # Custom matrix file for the HHKB
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
CUSTOM_MATRIX = yes
# project specific files
SRC = matrix.c
# debug-on: EXTRAFLAGS += -DDEBUG -DDEBUG_ACTION
# debug-on: all
# debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
# debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
# debug-off: all
DEFAULT_FOLDER = hhkb/ansi/32u4