diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-06-21 04:23:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 19:23:50 -0700 |
commit | 3077123bf0943da96be94bc368d8e6b9f3496736 (patch) | |
tree | c420a8959698e10a81c9c26e19a4bacd316f29b9 /keyboards/linworks/fave65h/rules.mk | |
parent | 1c26c0bc9b88817e1bb911e7a696fd668fbdd67b (diff) |
[Keyboard] Add base FAve65H firmware (#17147)
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/linworks/fave65h/rules.mk')
-rw-r--r-- | keyboards/linworks/fave65h/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/linworks/fave65h/rules.mk b/keyboards/linworks/fave65h/rules.mk new file mode 100644 index 0000000000..01b02d60ca --- /dev/null +++ b/keyboards/linworks/fave65h/rules.mk @@ -0,0 +1,23 @@ +# 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 = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812
\ No newline at end of file |