diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-11 09:51:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-11 09:51:26 +0000 |
commit | 9e27308c03745ee42017705dfe94e329ac8d0066 (patch) | |
tree | f16b2b5e1f8c2da42808857058367099d5ec6dd8 /keyboards/bioi/f60/rules.mk | |
parent | c30805f183f1ee3e71d76a4b69c7b8b828ac207a (diff) | |
parent | daece508dab75ec531c437b2fc0e8a8d13ffa318 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |