diff options
author | Joel Challis <git@zvecr.com> | 2024-03-15 01:42:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 01:42:55 +0000 |
commit | 01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch) | |
tree | fe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/hifumi | |
parent | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff) |
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/hifumi')
-rw-r--r-- | keyboards/hifumi/keyboard.json (renamed from keyboards/hifumi/info.json) | 9 | ||||
-rw-r--r-- | keyboards/hifumi/rules.mk | 13 |
2 files changed, 9 insertions, 13 deletions
diff --git a/keyboards/hifumi/info.json b/keyboards/hifumi/keyboard.json index 6c2f53aab8..457c8a7398 100644 --- a/keyboards/hifumi/info.json +++ b/keyboards/hifumi/keyboard.json @@ -8,6 +8,15 @@ "pid": "0x3060", "device_version": "0.0.1" }, + "features": { + "bootmagic": false, + "command": false, + "console": false, + "extrakey": false, + "mousekey": false, + "nkro": false, + "rgblight": true + }, "matrix_pins": { "cols": ["F4", "F5", "F6"], "rows": ["D4", "C6"] diff --git a/keyboards/hifumi/rules.mk b/keyboards/hifumi/rules.mk deleted file mode 100644 index da7ffbbc48..0000000000 --- a/keyboards/hifumi/rules.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = no # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # 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 = yes # Enable WS2812 RGB underlight. -SWAP_HANDS_ENABLE = no # Enable one-hand typing |