diff options
author | Rifaa Subekti <68178825+oceeean@users.noreply.github.com> | 2021-08-12 10:44:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 19:44:15 -0700 |
commit | af81e3e63d7a36766b4d17a8259c9660f4599bb6 (patch) | |
tree | cc5fddaae178127407d42ad24b7850d84116b145 /keyboards/ocean/wang_v2/rules.mk | |
parent | 02ac0f89c4665f5fc6e57559a8c49d363117fbc0 (diff) | |
download | qmk_firmware-af81e3e63d7a36766b4d17a8259c9660f4599bb6.tar.gz qmk_firmware-af81e3e63d7a36766b4d17a8259c9660f4599bb6.zip |
[Keyboard] add Wang V2 keyboard (#13948)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ocean/wang_v2/rules.mk')
-rw-r--r-- | keyboards/ocean/wang_v2/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ocean/wang_v2/rules.mk b/keyboards/ocean/wang_v2/rules.mk new file mode 100644 index 0000000000..68a44eb8bd --- /dev/null +++ b/keyboards/ocean/wang_v2/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +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 +# 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |