diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-23 20:23:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-23 20:23:43 +0000 |
commit | 302fa11d1f3a9e9f42a04a37b21cad859ebfd2ff (patch) | |
tree | 5edc57f108898533375da6d0a14fe4dc9dff83d4 /keyboards/4pplet/perk60_iso/rev_a/rules.mk | |
parent | d02cefe613f5ba252c6917c7b0fc6b5b87993062 (diff) | |
parent | f1ccd60458a83b575ec5f13af8b7e1b07587d9f3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/4pplet/perk60_iso/rev_a/rules.mk')
-rw-r--r-- | keyboards/4pplet/perk60_iso/rev_a/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/4pplet/perk60_iso/rev_a/rules.mk b/keyboards/4pplet/perk60_iso/rev_a/rules.mk new file mode 100644 index 0000000000..697898ae8e --- /dev/null +++ b/keyboards/4pplet/perk60_iso/rev_a/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = STM32F411 + +# Bootloader selection +BOOTLOADER = stm32-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 = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = IS31FL3733 + +LAYOUTS = 60_iso + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |