diff options
| author | James Young | 2024-04-22 12:13:45 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-22 12:13:45 +0200 |
| commit | f387410c97c60132843e44025eccd4de4967ad39 (patch) | |
| tree | 7d5dada8908f9a95de50537b992aefef42cc19af /keyboards/lz | |
| parent | 125d050761013677c25bd6c15d216b18b23cfe77 (diff) | |
Data-Driven Keyboard Conversions: L (#23576)
Diffstat (limited to 'keyboards/lz')
| -rw-r--r-- | keyboards/lz/erghost/info.json | 8 | ||||
| -rw-r--r-- | keyboards/lz/erghost/rules.mk | 12 |
2 files changed, 8 insertions, 12 deletions
diff --git a/keyboards/lz/erghost/info.json b/keyboards/lz/erghost/info.json index 68918a38f2..ac5ce2edf2 100644 --- a/keyboards/lz/erghost/info.json +++ b/keyboards/lz/erghost/info.json @@ -40,6 +40,14 @@ }, "processor": "atmega32u4", "bootloader": "atmel-dfu", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true, + "backlight": true, + "rgblight": true + }, "layouts": { "LAYOUT_all": { "layout": [ diff --git a/keyboards/lz/erghost/rules.mk b/keyboards/lz/erghost/rules.mk index 03ea2f1bda..179d02c3c6 100644 --- a/keyboards/lz/erghost/rules.mk +++ b/keyboards/lz/erghost/rules.mk @@ -1,15 +1,3 @@ -# 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 = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = lite SRC += matrix.c |