diff options
author | drewpyun <48503175+drewpyun@users.noreply.github.com> | 2022-03-07 23:23:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 20:23:53 -0800 |
commit | 403536986d4a4808a02bb0e0a2d0de8ab4551541 (patch) | |
tree | d595f6de6d60ae3cf14c9b4d2b3ed4a8d840e6d3 /keyboards/drewkeys/iskar/rules.mk | |
parent | 4d2ae22690eec671dc7a45e3adfbab8ee0727fba (diff) |
[Keyboard] Add Iskar (#16562)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/drewkeys/iskar/rules.mk')
-rw-r--r-- | keyboards/drewkeys/iskar/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/drewkeys/iskar/rules.mk b/keyboards/drewkeys/iskar/rules.mk new file mode 100644 index 0000000000..9591f732c4 --- /dev/null +++ b/keyboards/drewkeys/iskar/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 = no # 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 +LTO_ENABLE = yes |