diff options
author | onefiftynine <jlee@projectkeyboard.com> | 2022-01-12 16:10:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 14:10:58 -0800 |
commit | 9911ba51b09fb513955ae32862cf29748c6e9cb0 (patch) | |
tree | cb7fdbe6eadb4afa1e50622387183f2d0d2a17f2 /keyboards/projectkb/signature65/rules.mk | |
parent | 59ea42099288dce99ec52f4517512124ae71caa0 (diff) |
[Keyboard] Add Signature65 (#15698)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/projectkb/signature65/rules.mk')
-rw-r--r-- | keyboards/projectkb/signature65/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/projectkb/signature65/rules.mk b/keyboards/projectkb/signature65/rules.mk new file mode 100644 index 0000000000..d08b1dfd88 --- /dev/null +++ b/keyboards/projectkb/signature65/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = STM32F072 + +# 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 = 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 + + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |