From 989f2476b6053fbb970a1560094b04b88d337891 Mon Sep 17 00:00:00 2001 From: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:01:21 +1100 Subject: [Keyboard] Add Binepad BNR1 v2 rotary encoder (#19770) --- keyboards/binepad/bnr1/v2/rules.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 keyboards/binepad/bnr1/v2/rules.mk (limited to 'keyboards/binepad/bnr1/v2/rules.mk') diff --git a/keyboards/binepad/bnr1/v2/rules.mk b/keyboards/binepad/bnr1/v2/rules.mk new file mode 100755 index 0000000000..a9a826d49f --- /dev/null +++ b/keyboards/binepad/bnr1/v2/rules.mk @@ -0,0 +1,7 @@ +# This file only contains EFL/WL settings and enables F103 low-power mode + +EEPROM_DRIVER = wear_leveling +WEAR_LEVELING_DRIVER = embedded_flash + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE -- cgit v1.2.3