diff options
author | Alabahuy <rezolutionrez@gmail.com> | 2022-03-21 00:05:56 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 17:05:56 +0000 |
commit | 1bc8793f83b205bb1c1dd18a6f9f3db14bbafe91 (patch) | |
tree | 90e82c2ea7311bfdeffc185bd21803b660488dbc /keyboards/rart/rart75hs/rules.mk | |
parent | 6125f7bf4d15b4ab9403186a5282bb75bc00bd07 (diff) |
Add Rart75 hotswap and support via (#16619)
* Add Keyboard Rart75 Hotswap version
* Update readme
* Update config and readme
* Update info.json
* update readme and keymaps
Diffstat (limited to 'keyboards/rart/rart75hs/rules.mk')
-rw-r--r-- | keyboards/rart/rart75hs/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/rart/rart75hs/rules.mk b/keyboards/rart/rart75hs/rules.mk new file mode 100644 index 0000000000..3a9dc7e9bc --- /dev/null +++ b/keyboards/rart/rart75hs/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32a + +# Bootloader selection +BOOTLOADER = usbasploader + +# Processor frequency +F_CPU = 16000000 + +# 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 = yes # 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 +ENCODER_ENABLE = yes |