diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-07-02 14:36:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 22:36:32 +1000 |
commit | 627f9321a8f3ab551a96b42f35ff882009123f5b (patch) | |
tree | 8d899548336693c0edd294bd0d55e8ea63dd0bae /keyboards/wolf/ryujin/rules.mk | |
parent | 3b14383f481aaa3afa86c5aa98a4291ca2460998 (diff) |
Add base Ryujin firmware (#17187)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/wolf/ryujin/rules.mk')
-rw-r--r-- | keyboards/wolf/ryujin/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/wolf/ryujin/rules.mk b/keyboards/wolf/ryujin/rules.mk new file mode 100644 index 0000000000..f4ad147581 --- /dev/null +++ b/keyboards/wolf/ryujin/rules.mk @@ -0,0 +1,21 @@ +# 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 |