diff options
| author | James Young | 2024-04-15 03:09:46 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-15 03:09:46 +0200 |
| commit | 130a2a31a66f17969102f95045fa2dcfac84e01d (patch) | |
| tree | ba19981f1d048393b7476575971f754113415251 /keyboards/gmmk/numpad/rules.mk | |
| parent | bc8ff28a5841c8b12261bf7e085aaa67757ec5a2 (diff) | |
Data-Driven Keyboard Conversions: G (#23522)
Diffstat (limited to 'keyboards/gmmk/numpad/rules.mk')
| -rw-r--r-- | keyboards/gmmk/numpad/rules.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/gmmk/numpad/rules.mk b/keyboards/gmmk/numpad/rules.mk index d289eb81a4..752b0ce9d0 100644 --- a/keyboards/gmmk/numpad/rules.mk +++ b/keyboards/gmmk/numpad/rules.mk @@ -1,23 +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 -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes -KEYBOARD_SHARED_EP = yes -MIDI_ENABLE = yes - -RGB_MATRIX_ENABLE = yes - -LTO_ENABLE = yes - ANALOG_DRIVER_REQUIRED = yes SRC += matrix.c |