1
0
Fork 0

Miscellaneous Data-Driven Keyboard Conversions (#23712)

Converts `rules.mk` entries to data-driven where applicable.

Affects:

  - `handwired/dygma/raise/ansi`
  - `handwired/dygma/raise/iso`
  - `handwired/symmetric70_proto/promicro`
  - `handwired/symmetric70_proto/proton_c`
  - `lazydesigners/dimple/ortho`
  - `lazydesigners/dimple/staggered/rev2`
  - `lazydesigners/dimple/staggered/rev3`
  - `sirius/uni660/rev2/ansi`
  - `sirius/uni660/rev2/iso`
This commit is contained in:
James Young 2024-05-17 15:54:21 -07:00 committed by GitHub
parent 5c592ab0c0
commit 924147dfe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 45 additions and 48 deletions

View file

@ -1,4 +1,9 @@
{
"keyboard_name": "Symmetric70 prototype proton-c",
"development_board": "proton_c"
"development_board": "proton_c",
"features": {
"bootmagic": true,
"mousekey": false,
"extrakey": false
}
}

View file

@ -1,12 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # 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
# This file intentionally left blank