diff options
author | fOmey <pauly.galea@gmail.com> | 2022-01-14 05:59:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 10:59:16 -0800 |
commit | 8a6da095d22d66c0ba36ce8731c9d821ca4262e9 (patch) | |
tree | 8b114aba7ee61982cd7e841199abe27490191df6 /keyboards/atlantis/ak81_ve/rules.mk | |
parent | 6770f77270d028a3d72f28e7891bb5213fdbae24 (diff) |
[Keyboard] Atlantis AK81_VE support (#15392)
Diffstat (limited to 'keyboards/atlantis/ak81_ve/rules.mk')
-rw-r--r-- | keyboards/atlantis/ak81_ve/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/atlantis/ak81_ve/rules.mk b/keyboards/atlantis/ak81_ve/rules.mk new file mode 100644 index 0000000000..45d044f9fc --- /dev/null +++ b/keyboards/atlantis/ak81_ve/rules.mk @@ -0,0 +1,22 @@ +# 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 # Keyboard backlight functionality +RGBLIGHT_ENABLE = no # Keyboard RGB underglow +RGB_MATRIX_ENABLE = yes # Enable RGB matrix effects +RGB_MATRIX_DRIVER = WS2812 +AUDIO_ENABLE = no # Audio output +DYNAMIC_MACRO_ENABLE = yes +ENCODER_ENABLE = yes
\ No newline at end of file |