diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-04-13 16:16:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 00:16:06 +0100 |
commit | 9de523810309b7737c42bbcd3989ff431351d2d3 (patch) | |
tree | f17040653b997ba5c2e1153b3e2fa8b1a0b607a7 /keyboards/evyd13/eon40 | |
parent | 96025250d101d6819e81c989a0d46e3ee14a906b (diff) |
Data-Driven Keyboard Conversions: E (#23512)
Diffstat (limited to 'keyboards/evyd13/eon40')
-rw-r--r-- | keyboards/evyd13/eon40/info.json | 8 | ||||
-rw-r--r-- | keyboards/evyd13/eon40/rules.mk | 14 |
2 files changed, 8 insertions, 14 deletions
diff --git a/keyboards/evyd13/eon40/info.json b/keyboards/evyd13/eon40/info.json index ce989e1d2a..59511f117c 100644 --- a/keyboards/evyd13/eon40/info.json +++ b/keyboards/evyd13/eon40/info.json @@ -26,6 +26,14 @@ }, "processor": "atmega32u4", "bootloader": "qmk-dfu", + "features": { + "bootmagic": true, + "mousekey": false, + "extrakey": true, + "console": true, + "command": true, + "encoder": true + }, "community_layouts": ["ortho_4x12", "planck_mit"], "layouts": { "LAYOUT_ortho_4x12": { diff --git a/keyboards/evyd13/eon40/rules.mk b/keyboards/evyd13/eon40/rules.mk index ece680a57a..1605120646 100644 --- a/keyboards/evyd13/eon40/rules.mk +++ b/keyboards/evyd13/eon40/rules.mk @@ -1,17 +1,3 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # 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 -ENCODER_ENABLE = yes - # Disable unsupported hardware RGBLIGHT_SUPPORTED = no AUDIO_SUPPORTED = no |