Data-Driven Keyboard Conversions: H, Part 1 (#23524)

This commit is contained in:
James Young
2024-04-15 11:19:08 -07:00
committed by GitHub
parent 130a2a31a6
commit 2e01b67ecc
36 changed files with 125 additions and 196 deletions

View File

@@ -15,6 +15,12 @@
"diode_direction": "COL2ROW",
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true
},
"board": "QMK_PROTON_C",
"community_layouts": ["60_ansi"],
"layouts": {

View File

@@ -3,18 +3,6 @@
# backlight effects.
OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
# Build Options
# change yes to no to disable
#
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
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
AUDIO_ENABLE = no # Audio output
CIE1931_CURVE = yes
# project specific files