diff options
Diffstat (limited to 'keyboards/handwired/bluepill/bluepill70/rules.mk')
-rw-r--r-- | keyboards/handwired/bluepill/bluepill70/rules.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/bluepill/bluepill70/rules.mk b/keyboards/handwired/bluepill/bluepill70/rules.mk deleted file mode 100644 index 4a757bcc91..0000000000 --- a/keyboards/handwired/bluepill/bluepill70/rules.mk +++ /dev/null @@ -1,9 +0,0 @@ -# MCU name -MCU = STM32F103 - -# Enter lower-power sleep mode when on the ChibiOS idle thread -OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE - -# project specific files -SRC = matrix.c \ - led.c |