diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2021-12-25 08:47:35 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 17:47:35 -0800 |
commit | 94fe31609e41902c0cf579f2d2601ad8b54c5d3f (patch) | |
tree | f8faba00cc7feaa999009ae05ab09f6e21a24d45 /keyboards/lz/erghost/rules.mk | |
parent | e1303a30d23e6ffb782d76cada2c144c2094f1f7 (diff) | |
download | qmk_firmware-94fe31609e41902c0cf579f2d2601ad8b54c5d3f.tar.gz qmk_firmware-94fe31609e41902c0cf579f2d2601ad8b54c5d3f.zip |
[Keyboard] Add LZ erGhost (#15451)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/lz/erghost/rules.mk')
-rw-r--r-- | keyboards/lz/erghost/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/lz/erghost/rules.mk b/keyboards/lz/erghost/rules.mk new file mode 100644 index 0000000000..a10d80e257 --- /dev/null +++ b/keyboards/lz/erghost/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +CUSTOM_MATRIX = lite + +SRC += matrix.c |