Data-Driven Keyboard Conversions: H, Part 3 (#23530)
This commit is contained in:
parent
7be23a9cb4
commit
baa6000ed3
58 changed files with 195 additions and 288 deletions
|
|
@ -16,6 +16,12 @@
|
|||
"diode_direction": "COL2ROW",
|
||||
"processor": "STM32F303",
|
||||
"bootloader": "stm32-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"nkro": true
|
||||
},
|
||||
"board": "QMK_PROTON_C",
|
||||
"community_layouts": ["ortho_4x12"],
|
||||
"layout_aliases": {
|
||||
|
|
|
|||
|
|
@ -1,13 +1 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
BACKLIGHT_ENABLE = no
|
||||
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
|
||||
RGBLIGHT_ENABLE = no
|
||||
NO_SUSPEND_POWER_DOWN = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue