diff options
author | フィルターペーパー <76888457+filterpaper@users.noreply.github.com> | 2024-02-13 07:37:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 16:37:17 -0700 |
commit | 0cad5e9d4a1cce52f3f8822db3838f2227eb0271 (patch) | |
tree | 7523a3e2bc95cc8b096aa6bc99bd4e07d6a8ce93 /keyboards/p3d/spacey/rules.mk | |
parent | 98a68b68a400f7b3821db1d77375a592b34cc8d6 (diff) |
Refactor: move p3d keyboards (#22763)
Group standalone p3dstore keyboards into p3d folder
Diffstat (limited to 'keyboards/p3d/spacey/rules.mk')
-rw-r--r-- | keyboards/p3d/spacey/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/p3d/spacey/rules.mk b/keyboards/p3d/spacey/rules.mk new file mode 100644 index 0000000000..b03b6fa905 --- /dev/null +++ b/keyboards/p3d/spacey/rules.mk @@ -0,0 +1,13 @@ +# 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 = 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 |