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/converter/sun_usb | |
| parent | 8bbbe753fdaf006d0f932187eac788b89910437d (diff) | |
Data-driven Keyboard Conversions: C (#23453)
Diffstat (limited to 'keyboards/converter/sun_usb')
| -rw-r--r-- | keyboards/converter/sun_usb/info.json | 10 | ||||
| -rw-r--r-- | keyboards/converter/sun_usb/rules.mk | 12 |
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/converter/sun_usb/info.json b/keyboards/converter/sun_usb/info.json index a243a64da2..e4031595ad 100644 --- a/keyboards/converter/sun_usb/info.json +++ b/keyboards/converter/sun_usb/info.json @@ -9,5 +9,13 @@ "device_version": "1.0.0" }, "processor": "atmega32u4", - "bootloader": "lufa-dfu" + "bootloader": "lufa-dfu", + "features": { + "bootmagic": false, + "mousekey": true, + "extrakey": true, + "console": true, + "command": true, + "nkro": true + } } diff --git a/keyboards/converter/sun_usb/rules.mk b/keyboards/converter/sun_usb/rules.mk index ae20f51b37..d3ec00c5d5 100644 --- a/keyboards/converter/sun_usb/rules.mk +++ b/keyboards/converter/sun_usb/rules.mk @@ -1,15 +1,3 @@ -# 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 -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. #HARDWARE_SERIAL = yes CUSTOM_MATRIX = yes |