diff options
author | Felix Jen <fjen@felixjen.com> | 2021-09-15 19:25:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 19:25:30 -0700 |
commit | ae821ce4b77f873f5122747ee48c02778637bac6 (patch) | |
tree | daf7032095d395976d08040195fdac1c80d0785f /keyboards/fjlabs/tf65rgbv2/rules.mk | |
parent | 40c58b1734a074106610e4e0006054b4ccef4f9a (diff) |
[Keyboard] Add FJLabs TF60 Variants and TF65 Variant (#14392)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/fjlabs/tf65rgbv2/rules.mk')
-rw-r--r-- | keyboards/fjlabs/tf65rgbv2/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/fjlabs/tf65rgbv2/rules.mk b/keyboards/fjlabs/tf65rgbv2/rules.mk new file mode 100644 index 0000000000..1ec4ee2ac2 --- /dev/null +++ b/keyboards/fjlabs/tf65rgbv2/rules.mk @@ -0,0 +1,27 @@ +# MCU name +MCU = atmega32u4 + +# Processor frequency +F_CPU = 8000000 + +# 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 = 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +KEYBOARD_LOCK_ENABLE = yes + +LAYOUTS = 65_ansi
\ No newline at end of file |