1
0
Fork 0

Migrate features and LTO from rules.mk to data driven (#23307)

This commit is contained in:
Joel Challis 2024-03-30 10:57:30 +00:00 committed by GitHub
parent 426bb9c651
commit 1c8e99ca45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
100 changed files with 445 additions and 639 deletions

View file

@ -8,6 +8,14 @@
"pid": "0x6464",
"device_version": "0.0.1"
},
"features": {
"bootmagic": false,
"command": true,
"console": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["B7", "B8", "B9", "B10"],
"rows": ["B3", "B4", "B5", "B6"]

View file

@ -1,13 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # 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
NKRO_ENABLE = yes # Enable N-Key Rollover
DEFAULT_FOLDER = handwired/ck4x4

View file

@ -2,6 +2,14 @@
"manufacturer": "Microsoftplus",
"url": "",
"maintainer": "qmk",
"features": {
"bootmagic": false,
"command": true,
"console": true,
"extrakey": true,
"mousekey": false,
"nkro": false
},
"usb": {
"vid": "0xFEED",
"pid": "0x6060",

View file

@ -1,14 +1 @@
# 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 = yes # Console for debug
COMMAND_ENABLE = yes # 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
DEFAULT_FOLDER = handwired/ms_sculpt_mobile/teensy2pp

View file

@ -3,6 +3,16 @@
"manufacturer": "IktaS",
"url": "https://github.com/IktaS/Pill60",
"maintainer": "IktaS <imamrafiiia@gmail.com>",
"features": {
"bootmagic": false,
"command": true,
"console": true,
"encoder": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"oled": true
},
"usb": {
"vid": "0x4454",
"pid": "0x5444",

View file

@ -1,16 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no # 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
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
OLED_ENABLE = yes
ENCODER_ENABLE = yes
DEFAULT_FOLDER = handwired/pill60/bluepill

View file

@ -3,6 +3,14 @@
"manufacturer": "ASKeyboard",
"url": "",
"maintainer": "DmNosachev",
"features": {
"bootmagic": true,
"command": false,
"console": true,
"extrakey": true,
"mousekey": true,
"nkro": false
},
"usb": {
"vid": "0x515A",
"pid": "0x5331"

View file

@ -1,14 +1 @@
DEFAULT_FOLDER = handwired/sono1/t2pp
# 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 = 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