diff options
author | Ethan Yates <70546312+RealEmanGaming@users.noreply.github.com> | 2021-09-08 20:14:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 19:14:03 -0700 |
commit | 891ddd9a30628509b239a0d41fbdc65b4530f80a (patch) | |
tree | 0d06bc1ccd6a4ca27788de6773f0c212948c3cf0 /keyboards/0xc7/61key/rules.mk | |
parent | f3bef84dace5d1d938f9d02be644bf421a4a3de1 (diff) |
[Keyboard] Add 61Key (#14259)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/0xc7/61key/rules.mk')
-rw-r--r-- | keyboards/0xc7/61key/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/0xc7/61key/rules.mk b/keyboards/0xc7/61key/rules.mk new file mode 100644 index 0000000000..fb249d0e3d --- /dev/null +++ b/keyboards/0xc7/61key/rules.mk @@ -0,0 +1,25 @@ +# 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 = no # Mouse keys +EXTRAKEY_ENABLE = no # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = yes # 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 = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LTO_ENABLE = yes +KEY_LOCK_ENABLE = yes |