diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-04-14 10:31:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 18:31:26 +0100 |
commit | bc8ff28a5841c8b12261bf7e085aaa67757ec5a2 (patch) | |
tree | f08ab94afc89a77ae3112e653c44d277b8ff4001 /keyboards/fractal | |
parent | 22b3cf4e9102aa6d746f9ac2b5ee5b529e884010 (diff) |
Data-Driven Keyboard Conversions: F (#23516)
Diffstat (limited to 'keyboards/fractal')
-rw-r--r-- | keyboards/fractal/info.json | 6 | ||||
-rwxr-xr-x | keyboards/fractal/rules.mk | 12 |
2 files changed, 6 insertions, 12 deletions
diff --git a/keyboards/fractal/info.json b/keyboards/fractal/info.json index 0d2ce4aeca..4086ff969f 100644 --- a/keyboards/fractal/info.json +++ b/keyboards/fractal/info.json @@ -15,6 +15,12 @@ "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "caterina", + "features": { + "bootmagic": true, + "mousekey": true, + "extrakey": true, + "nkro": true + }, "community_layouts": ["ortho_5x12"], "layouts": { "LAYOUT_ortho_5x12": { diff --git a/keyboards/fractal/rules.mk b/keyboards/fractal/rules.mk index ee623488da..1605120646 100755 --- a/keyboards/fractal/rules.mk +++ b/keyboards/fractal/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 = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output - # Disable unsupported hardware RGBLIGHT_SUPPORTED = no AUDIO_SUPPORTED = no |