diff options
author | Jason Wihardja <jason.wihardja@gmail.com> | 2022-07-18 19:20:19 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 13:20:19 +0100 |
commit | c10d0fc785a8c8972bc129c6db03e26360eddd45 (patch) | |
tree | 12ed1a8f384461f9405ad9c137d497cd81f798cb /keyboards/massdrop/thekey_v2/rules.mk | |
parent | 4be736c192883a2e5b1185734eec25d0e1955f83 (diff) |
Add Support for Massdrop's Stack Overflow The Key V2 (#17696)
* Default Factory Settings
* Change Keyboard Name in Readme
* Fix LED Orders
* Change Brightness Step
* Enable Lighting Layers
* Add RGB Control Mode
* Unblink Layer to Clear Stack
* Add MacOS RGB Control
* Comment Fixes
Diffstat (limited to 'keyboards/massdrop/thekey_v2/rules.mk')
-rw-r--r-- | keyboards/massdrop/thekey_v2/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/massdrop/thekey_v2/rules.mk b/keyboards/massdrop/thekey_v2/rules.mk new file mode 100644 index 0000000000..a0a1e94e36 --- /dev/null +++ b/keyboards/massdrop/thekey_v2/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# 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 |