diff options
author | 4pplet <mail@4pplet.com> | 2022-04-13 08:40:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 23:40:20 -0700 |
commit | 6d816d94f7bf132a71cadbd08118469ac28c6480 (patch) | |
tree | 8251bafa632fc7fde09afdf81181948454118a34 /keyboards/rationalist/ratio65_solder/rev_a/rules.mk | |
parent | 3c3662c20f15564a87d212dc3c7cccb45e0d0b86 (diff) |
[Keyboard] Add ratio65 by rationalist (#16727)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/rationalist/ratio65_solder/rev_a/rules.mk')
-rw-r--r-- | keyboards/rationalist/ratio65_solder/rev_a/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/rationalist/ratio65_solder/rev_a/rules.mk b/keyboards/rationalist/ratio65_solder/rev_a/rules.mk new file mode 100644 index 0000000000..88173a40c2 --- /dev/null +++ b/keyboards/rationalist/ratio65_solder/rev_a/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u2 + +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |