diff options
author | Felix Jen <fjen@felixjen.com> | 2022-03-06 21:30:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 19:30:13 -0800 |
commit | dcfa4712fb6a000079b5bea8d7cbfc8db91d7bcb (patch) | |
tree | 5be6b34a467b73fe093ee2b2f5f44e602663176d /keyboards/fjlabs/kyuu/rules.mk | |
parent | 5de86a05c31482b5c770888e33c98d933c42b34c (diff) | |
download | qmk_firmware-dcfa4712fb6a000079b5bea8d7cbfc8db91d7bcb.tar.gz qmk_firmware-dcfa4712fb6a000079b5bea8d7cbfc8db91d7bcb.zip |
[Keyboard] Add Kyuu Hotswap (#16360)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/fjlabs/kyuu/rules.mk')
-rw-r--r-- | keyboards/fjlabs/kyuu/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/fjlabs/kyuu/rules.mk b/keyboards/fjlabs/kyuu/rules.mk new file mode 100644 index 0000000000..3bbcce8b85 --- /dev/null +++ b/keyboards/fjlabs/kyuu/rules.mk @@ -0,0 +1,20 @@ +# 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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
\ No newline at end of file |