diff options
| author | Joel Challis | 2024-03-30 11:57:30 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-30 11:57:30 +0100 |
| commit | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (patch) | |
| tree | f03b67de13a64e7029c01da6755cced32ddb65d3 /keyboards/bpiphany | |
| parent | 426bb9c651a292dce6ae01e7ed9d41d94dbba99f (diff) | |
Migrate features and LTO from rules.mk to data driven (#23307)
Diffstat (limited to 'keyboards/bpiphany')
| -rw-r--r-- | keyboards/bpiphany/pegasushoof/info.json | 8 | ||||
| -rw-r--r-- | keyboards/bpiphany/pegasushoof/rules.mk | 13 |
2 files changed, 8 insertions, 13 deletions
diff --git a/keyboards/bpiphany/pegasushoof/info.json b/keyboards/bpiphany/pegasushoof/info.json index 5e096015cb..1e9e9db306 100644 --- a/keyboards/bpiphany/pegasushoof/info.json +++ b/keyboards/bpiphany/pegasushoof/info.json @@ -2,6 +2,14 @@ "manufacturer": "Filco", "url": "", "maintainer": "qmk", + "features": { + "bootmagic": true, + "command": true, + "console": true, + "extrakey": true, + "mousekey": true, + "nkro": false + }, "usb": { "vid": "0x4245", "pid": "0x6050", diff --git a/keyboards/bpiphany/pegasushoof/rules.mk b/keyboards/bpiphany/pegasushoof/rules.mk index df85bc0375..20adecaa08 100644 --- a/keyboards/bpiphany/pegasushoof/rules.mk +++ b/keyboards/bpiphany/pegasushoof/rules.mk @@ -1,14 +1 @@ -# 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 = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. - DEFAULT_FOLDER=bpiphany/pegasushoof/2013 |