diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-30 01:02:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-30 01:02:09 +0000 |
commit | 87cace28a62a9a7e156ca03201488a46915cf8ec (patch) | |
tree | 214053280a29824e0fa557c1fcfb4a53af32a8ac /keyboards/gray_studio/space65r3/rules.mk | |
parent | 7cccba8a3b6fbebab3bfc00b3450451cb4957dc7 (diff) | |
parent | 590c889537949f2926e9a6428e8b91deec94076c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gray_studio/space65r3/rules.mk')
-rw-r--r-- | keyboards/gray_studio/space65r3/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/gray_studio/space65r3/rules.mk b/keyboards/gray_studio/space65r3/rules.mk new file mode 100644 index 0000000000..1d1c49183e --- /dev/null +++ b/keyboards/gray_studio/space65r3/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = STM32F103 + +# Bootloader selection +BOOTLOADER = stm32duino + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # 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 +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output on port C6 + +LAYOUTS = 65_ansi_blocker 65_iso_blocker |