diff options
author | Laneware <68452738+Laneware@users.noreply.github.com> | 2022-02-01 05:31:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:31:32 -0800 |
commit | 37093eb9298f130193bfc6bfa024a7553a3ec596 (patch) | |
tree | 3b7057f7fd191e98bcc3648eecab42f4eca6f3a0 /keyboards/lw67/rules.mk | |
parent | 7512e58cfee443da78ee3a0fa4c333080ef1a6f9 (diff) |
[Keyboard] Add LW67 keyboard (#16141)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/lw67/rules.mk')
-rw-r--r-- | keyboards/lw67/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/lw67/rules.mk b/keyboards/lw67/rules.mk new file mode 100644 index 0000000000..5f58c5684b --- /dev/null +++ b/keyboards/lw67/rules.mk @@ -0,0 +1,19 @@ +# 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes |