diff options
author | BifbofII <christoph@jabs-family.de> | 2021-12-27 05:09:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 14:09:56 +1100 |
commit | 8fd957b69b70136cf7b1ba7bed513e084fb3a340 (patch) | |
tree | 37604ec6be6c102d50559f26daeb3820a4c27ab3 /keyboards/handwired/ortho_brass/rules.mk | |
parent | ec98bc343b4dae643ef4eac5fad2ca453af5ab65 (diff) | |
download | qmk_firmware-8fd957b69b70136cf7b1ba7bed513e084fb3a340.tar.gz qmk_firmware-8fd957b69b70136cf7b1ba7bed513e084fb3a340.zip |
Add personal handwired Planck clone (#13299)
* Add personal handwired Planck clone
* remove references to planck
* requested changes
- small changes to defines
- licence headers
* Clean up rules.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Change function return type to bool
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
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 |