diff options
| author | James Young | 2024-04-11 17:29:10 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-11 17:29:10 +0200 |
| commit | a532d1cc5a785da3d73812330aad95555efb81fa (patch) | |
| tree | 7368acf53a6c68748e64a9ee02add119c338fb18 /keyboards/cannonkeys/malicious_ergo | |
| parent | 8bbbe753fdaf006d0f932187eac788b89910437d (diff) | |
Data-driven Keyboard Conversions: C (#23453)
Diffstat (limited to 'keyboards/cannonkeys/malicious_ergo')
| -rw-r--r-- | keyboards/cannonkeys/malicious_ergo/info.json | 10 | ||||
| -rw-r--r-- | keyboards/cannonkeys/malicious_ergo/rules.mk | 14 |
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/cannonkeys/malicious_ergo/info.json b/keyboards/cannonkeys/malicious_ergo/info.json index d5941f5f96..3897aea08b 100644 --- a/keyboards/cannonkeys/malicious_ergo/info.json +++ b/keyboards/cannonkeys/malicious_ergo/info.json @@ -45,6 +45,16 @@ }, "processor": "STM32F072", "bootloader": "stm32-dfu", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "console": true, + "command": true, + "nkro": true, + "backlight": true, + "rgblight": true + }, "layouts": { "LAYOUT_default": { "layout": [ diff --git a/keyboards/cannonkeys/malicious_ergo/rules.mk b/keyboards/cannonkeys/malicious_ergo/rules.mk index 86794ca0f7..0ab54aaaf7 100644 --- a/keyboards/cannonkeys/malicious_ergo/rules.mk +++ b/keyboards/cannonkeys/malicious_ergo/rules.mk @@ -1,16 +1,2 @@ # Wildcard to allow APM32 MCU DFU_SUFFIX_ARGS = -v FFFF -p FFFF - -# 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 = yes # 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 - |