diff options
author | kopibeng <52724926+kopibeng@users.noreply.github.com> | 2022-03-07 11:36:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 19:36:22 -0800 |
commit | 0e08fad5c5dfd8dd2522a9ed43058d993d35fdf4 (patch) | |
tree | 8915864c422b5af2ea546bfeabafd13de22e6e46 /keyboards/kopibeng/typ65/rules.mk | |
parent | dcfa4712fb6a000079b5bea8d7cbfc8db91d7bcb (diff) |
[Keyboard] Add support for Typ65+ (#16399)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/kopibeng/typ65/rules.mk')
-rw-r--r-- | keyboards/kopibeng/typ65/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/kopibeng/typ65/rules.mk b/keyboards/kopibeng/typ65/rules.mk new file mode 100644 index 0000000000..6089f643c4 --- /dev/null +++ b/keyboards/kopibeng/typ65/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 = 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 = no # Audio output +ENCODER_ENABLE = no # Enable Encoder
\ No newline at end of file |