diff options
| author | James Young | 2024-04-27 04:17:40 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-27 04:17:40 +0200 |
| commit | 0ab77cf2e5b8edd78d3ad7bba0f0326bf934ab39 (patch) | |
| tree | 123d357550e6d48c0ea355cea0184247a6ccf6fd /keyboards/mexsistor | |
| parent | 82f7e7d7fec52824fa819241a4905240743c98c1 (diff) | |
Data-Driven Keyboard Conversions: M, Part 2 (#23601)
Diffstat (limited to 'keyboards/mexsistor')
| -rw-r--r-- | keyboards/mexsistor/ludmila/info.json | 7 | ||||
| -rw-r--r-- | keyboards/mexsistor/ludmila/rules.mk | 13 |
2 files changed, 7 insertions, 13 deletions
diff --git a/keyboards/mexsistor/ludmila/info.json b/keyboards/mexsistor/ludmila/info.json index 6e44d33913..71202208c5 100644 --- a/keyboards/mexsistor/ludmila/info.json +++ b/keyboards/mexsistor/ludmila/info.json @@ -8,6 +8,13 @@ "pid": "0x6BF6", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "rgblight": true, + "encoder": true + }, "encoder": { "rotary": [ {"pin_a": "F6", "pin_b": "F5"} diff --git a/keyboards/mexsistor/ludmila/rules.mk b/keyboards/mexsistor/ludmila/rules.mk index 547c4ad49c..7376674056 100644 --- a/keyboards/mexsistor/ludmila/rules.mk +++ b/keyboards/mexsistor/ludmila/rules.mk @@ -1,15 +1,2 @@ -# Build Options -# change yes to no to disable -# CUSTOM_MATRIX = lite SRC = matrix.c -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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes |