diff options
author | Ryan Baker <76887060+ryanbaekr@users.noreply.github.com> | 2022-03-07 23:19:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 20:19:45 -0800 |
commit | 996880a1da6960979430a9a5b2a154eee58e1799 (patch) | |
tree | e298cd60923e2f5cdb7166e4012693599cee6395 /keyboards/ryanbaekr/rb69/rules.mk | |
parent | 4493f31f801c0065d62f334d0b986195861fbf87 (diff) |
[Keyboard] Add rb69 (#16526)
Diffstat (limited to 'keyboards/ryanbaekr/rb69/rules.mk')
-rw-r--r-- | keyboards/ryanbaekr/rb69/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ryanbaekr/rb69/rules.mk b/keyboards/ryanbaekr/rb69/rules.mk new file mode 100644 index 0000000000..ebbb7bc613 --- /dev/null +++ b/keyboards/ryanbaekr/rb69/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |