diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2022-05-05 18:08:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 01:08:35 -0700 |
commit | 3fbf9dc2902d53940a1cb41d473dd63034f70839 (patch) | |
tree | 9f118c0de93b22c4dd20a1d6ad22f9c9cae190b1 /keyboards/xelus/rs60/rev2/rules.mk | |
parent | 11e20fa0c9fbe60c1559659cb90ade8f5fb39c1f (diff) | |
download | qmk_firmware-3fbf9dc2902d53940a1cb41d473dd63034f70839.tar.gz qmk_firmware-3fbf9dc2902d53940a1cb41d473dd63034f70839.zip |
[Keyboard] RS60 Rev2 Addition (#16988)
Diffstat (limited to 'keyboards/xelus/rs60/rev2/rules.mk')
-rw-r--r-- | keyboards/xelus/rs60/rev2/rules.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/xelus/rs60/rev2/rules.mk b/keyboards/xelus/rs60/rev2/rules.mk new file mode 100644 index 0000000000..95c0f0bc60 --- /dev/null +++ b/keyboards/xelus/rs60/rev2/rules.mk @@ -0,0 +1,28 @@ +# MCU name +MCU = STM32F401 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# 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 = yes # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +EEPROM_DRIVER = i2c + +# Save hid interface +KEYBOARD_SHARED_EP = yes + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE + +LAYOUTS = 60_ansi_split_bs_rshift |