diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-04 01:24:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-04 01:24:08 +0000 |
commit | 1861ace7d2d27ead04ee242cabd286e64c6d5f19 (patch) | |
tree | 50250ce03cbe8dafcc047e1b95baf7baf998c4a0 /keyboards/lck75/rules.mk | |
parent | 78f742d8941fb4a11d714451adc995717820c69e (diff) | |
parent | 420f6c4b2e1634e82e4bbdcc24691c169c72ac79 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lck75/rules.mk')
-rw-r--r-- | keyboards/lck75/rules.mk | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/lck75/rules.mk b/keyboards/lck75/rules.mk new file mode 100644 index 0000000000..aa75e72096 --- /dev/null +++ b/keyboards/lck75/rules.mk @@ -0,0 +1,31 @@ +# MCU name +MCU = atmega32a + +# Processor frequency +F_CPU = 16000000 + +# Bootloader selection +BOOTLOADER = USBasp + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 +# 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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +UNICODE_ENABLE = yes +OLED_DRIVER_ENABLE = yes +ENCODER_ENABLE = yes +WPM_ENABLE = yes +LTO_ENABLE = no +AUTO_SHIFT_ENABLE = no |