diff options
author | gtips <51393966+gtips@users.noreply.github.com> | 2020-09-03 17:42:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 01:42:09 -0700 |
commit | bad589ec59ef47e926dbc5b40e2802e3275d4105 (patch) | |
tree | b2d8b8b2b024507c7b54da8335ba17287ca91690 /keyboards/reviung33/rules.mk | |
parent | eead2c6087d219b55349c11d9a4091a777b5700d (diff) |
[Keyboard] reviung33 (#10162)
* [Keyboard] Add keyboard Reviung41
* Modified files
* deleted keyboards/reviung41/keymaps/default/config.h
* modified keyboards/rebiung41/keymaps/default/keymap.c
* modified keyboards/reviung41/readme.md
* modified keyboards/reviung41/readme.md
* modified keyboards/reviung41/readme.md
* Update readme.md
Change the image photo of readme.md.
* [Keyboard] Add reviung61
* Update readme.md
* fix keyboards/reviung61/ and add keymap default_rgb
* fix keyboards/reviung61/info.json
* fix keyboards/reviung61/info.json
* remove keyboards/reviung61/keymaps/default/config.h
* [keyboard] Fixed readme.md for reviung39 and 61.
* [keyboard] add keyboard reviung33
* fix keyboards/reviung33/rules.mk
* modified: keyboards/reving33/config.h
* modified: keyboards/reving33/info.json
* modified: keyboards/reving33/keymaps/default/keymap.c
Diffstat (limited to 'keyboards/reviung33/rules.mk')
-rw-r--r-- | keyboards/reviung33/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/reviung33/rules.mk b/keyboards/reviung33/rules.mk new file mode 100644 index 0000000000..4581b001d5 --- /dev/null +++ b/keyboards/reviung33/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |