diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-28 05:10:37 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-28 05:10:37 +0000 |
commit | ded55154effb98b2c83b7c72c24e5668ba92c740 (patch) | |
tree | ca16cc899b790ba08ba9061f72972bc280b21530 /keyboards/z12/rules.mk | |
parent | 8b74ba7e755aa73c0b06ca83d6f4c7ee50239842 (diff) | |
parent | 574b3d8a5a6891fff6d8058abc5c091f65f8dec2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/z12/rules.mk')
-rw-r--r-- | keyboards/z12/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/z12/rules.mk b/keyboards/z12/rules.mk new file mode 100644 index 0000000000..32cdab8e95 --- /dev/null +++ b/keyboards/z12/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +BOOTMAGIC_ENABLE = no # 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 +ENCODER_ENABLE = yes # Enables the use of encoders +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes # Enables Link Time Optimization (LTO) which reduces the compiled size +OLED_ENABLE = yes # Enables the use of OLED displays +OLED_DRIVER = SSD1306 # Enables the use of OLED displays + |