diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-27 03:10:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-27 03:10:40 +0000 |
commit | daf71c8d37c040f7df4de82b0c32d004a715c001 (patch) | |
tree | e2b98a6c03a26130ed882fb5e67f893611211b4d /keyboards/handwired/ortho_brass/rules.mk | |
parent | ca5bd0aa2cde3854914286e343c551b922c3caee (diff) | |
parent | 8fd957b69b70136cf7b1ba7bed513e084fb3a340 (diff) | |
download | qmk_firmware-daf71c8d37c040f7df4de82b0c32d004a715c001.tar.gz qmk_firmware-daf71c8d37c040f7df4de82b0c32d004a715c001.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/ortho_brass/rules.mk')
-rw-r--r-- | keyboards/handwired/ortho_brass/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/handwired/ortho_brass/rules.mk b/keyboards/handwired/ortho_brass/rules.mk new file mode 100644 index 0000000000..19154c58f9 --- /dev/null +++ b/keyboards/handwired/ortho_brass/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader +BOOTLOADER = qmk-dfu + +# Build Options +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 # N-key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable RGB underlight. + +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +LAYOUTS = ortho_4x12 + +RGBLIGHT_SUPPORTED = no |