diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-01-30 20:28:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 11:28:53 -0800 |
commit | 3555ee0555c8a9ff8aea2a101ae02a72b0e76076 (patch) | |
tree | 174ec1d7237ca73359fd020ad77c78bd2ca62555 /keyboards/linworks/fave87h/rules.mk | |
parent | b0da2302137aa180af4e7464a70aa4b63ae919fe (diff) | |
download | qmk_firmware-3555ee0555c8a9ff8aea2a101ae02a72b0e76076.tar.gz qmk_firmware-3555ee0555c8a9ff8aea2a101ae02a72b0e76076.zip |
[Keyboard] Add the FAve 87H (#15965)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/linworks/fave87h/rules.mk')
-rw-r--r-- | keyboards/linworks/fave87h/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/linworks/fave87h/rules.mk b/keyboards/linworks/fave87h/rules.mk new file mode 100644 index 0000000000..01b02d60ca --- /dev/null +++ b/keyboards/linworks/fave87h/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 |