diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-19 10:14:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-19 10:14:23 +0000 |
commit | 7a10c3370f13679f6048969d935badb8f947cc77 (patch) | |
tree | 7567ee143618d26e6c78e85cfaf46dba4471015e /keyboards/custommk/evo70/rules.mk | |
parent | 1cdde7ba6a2ba3b35737380f49242e8229302a3d (diff) | |
parent | 1bf95d60e41b5de6de452e9fe61d421e43d3f361 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/custommk/evo70/rules.mk')
-rw-r--r-- | keyboards/custommk/evo70/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/custommk/evo70/rules.mk b/keyboards/custommk/evo70/rules.mk new file mode 100644 index 0000000000..5676d945f9 --- /dev/null +++ b/keyboards/custommk/evo70/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = qmk-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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 +LTO_ENABLE = yes |