diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-12 23:05:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-12 23:05:58 +0000 |
commit | 8b188e060c7c4e1e44ac1286fe88d02f9fc8b645 (patch) | |
tree | 5b5cd832a62bb3e8aadc13c7a903353e42039302 /keyboards/karlb/kbic65/rules.mk | |
parent | ddc660148743b21fa936a966f50ff6dfc2c7cd35 (diff) | |
parent | f2a31b944d11ed5f1b891aa80c0447d5e94ff121 (diff) | |
download | qmk_firmware-8b188e060c7c4e1e44ac1286fe88d02f9fc8b645.tar.gz qmk_firmware-8b188e060c7c4e1e44ac1286fe88d02f9fc8b645.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/karlb/kbic65/rules.mk')
-rw-r--r-- | keyboards/karlb/kbic65/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/karlb/kbic65/rules.mk b/keyboards/karlb/kbic65/rules.mk new file mode 100644 index 0000000000..f7da71aab2 --- /dev/null +++ b/keyboards/karlb/kbic65/rules.mk @@ -0,0 +1,17 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |