diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-10-12 04:25:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 19:25:28 -0700 |
commit | 25eac95348548b41f4bf4e8a02fc8bace270bd35 (patch) | |
tree | b2e46a534ac257131a81b7e1a25d1a46ccd8c448 /keyboards/kb_elmo/isolation/rules.mk | |
parent | bedecd3cbcfad07c8ee330bd561c94bc758bda87 (diff) |
[Keyboard] Add ISOlation and some kb-elmo keyboard updates (#14656)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kb_elmo/isolation/rules.mk')
-rw-r--r-- | keyboards/kb_elmo/isolation/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/kb_elmo/isolation/rules.mk b/keyboards/kb_elmo/isolation/rules.mk new file mode 100644 index 0000000000..9602f01bcc --- /dev/null +++ b/keyboards/kb_elmo/isolation/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega328p + +# Processor frequency +F_CPU = 16000000 + +# Bootloader selection +BOOTLOADER = usbasploader + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |