diff options
author | Sergi Meseguer <zigotica@gmail.com> | 2021-09-28 07:10:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 22:10:10 -0700 |
commit | 574b3d8a5a6891fff6d8058abc5c091f65f8dec2 (patch) | |
tree | 6e87885578198b5447afac36151d0d2908eaa017 /keyboards/z12/rules.mk | |
parent | 2742d0c4c119c35980997ee43d9ce0fc412ec250 (diff) | |
download | qmk_firmware-574b3d8a5a6891fff6d8058abc5c091f65f8dec2.tar.gz qmk_firmware-574b3d8a5a6891fff6d8058abc5c091f65f8dec2.zip |
[Keyboard] z12 micropad by zigotica (#14583)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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 + |