diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-10-11 11:50:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 02:50:52 -0700 |
commit | daece508dab75ec531c437b2fc0e8a8d13ffa318 (patch) | |
tree | a2c84fc5b24a2c09c4cf15033a1e11940e3f029b /keyboards/bioi/f60/rules.mk | |
parent | 064f6d96c345ec17f32e8ce2d3ba17861ec8962c (diff) | |
download | qmk_firmware-daece508dab75ec531c437b2fc0e8a8d13ffa318.tar.gz qmk_firmware-daece508dab75ec531c437b2fc0e8a8d13ffa318.zip |
[Keyboard] Add BIOI F60 (#14763)
Diffstat (limited to 'keyboards/bioi/f60/rules.mk')
-rw-r--r-- | keyboards/bioi/f60/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/bioi/f60/rules.mk b/keyboards/bioi/f60/rules.mk new file mode 100644 index 0000000000..e364e7939c --- /dev/null +++ b/keyboards/bioi/f60/rules.mk @@ -0,0 +1,23 @@ +# 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 +# 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 60_ansi 60_ansi_tsangan 60_ansi_split_bs_rshift 60_hhkb 60_tsangan_hhkb 60_ansi_arrow 60_iso 60_iso_split_bs_rshift 60_iso_tsangan |