diff options
| author | Joel Challis | 2024-04-05 16:44:06 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-05 16:44:06 +0200 |
| commit | 1f3d709fcb22dd922369fa434813531fed3748ab (patch) | |
| tree | ea88c1c7b2270bfd25b50e5d5da34628a85d427a /keyboards/zsa/moonlander/rules.mk | |
| parent | 9fa91ad4947293f75df4c0e85ea594b1529afbca (diff) | |
Migrate build target markers to keyboard.json - YZ (#23421)
Diffstat (limited to 'keyboards/zsa/moonlander/rules.mk')
| -rw-r--r-- | keyboards/zsa/moonlander/rules.mk | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/keyboards/zsa/moonlander/rules.mk b/keyboards/zsa/moonlander/rules.mk index 204c5940e4..4637558489 100644 --- a/keyboards/zsa/moonlander/rules.mk +++ b/keyboards/zsa/moonlander/rules.mk @@ -1,22 +1,6 @@ -# 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 = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = yes # Audio output AUDIO_DRIVER = dac_additive CUSTOM_MATRIX = lite -SWAP_HANDS_ENABLE = yes -RGB_MATRIX_ENABLE = yes -#project specific files +# project specific files SRC += matrix.c I2C_DRIVER_REQUIRED = yes - -MOUSE_SHARED_EP = no |