diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-07 03:37:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-07 03:37:00 +0000 |
commit | 0fd600d6df0b57f76ba530f0ddc94c358c7bf399 (patch) | |
tree | 5c11f235c4231290066dcfffded75db466531f88 /keyboards/kopibeng/typ65/rules.mk | |
parent | 8e7cb28c4fb9c6a7694afb947757acd3df6014f3 (diff) | |
parent | 0e08fad5c5dfd8dd2522a9ed43058d993d35fdf4 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kopibeng/typ65/rules.mk')
-rw-r--r-- | keyboards/kopibeng/typ65/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/kopibeng/typ65/rules.mk b/keyboards/kopibeng/typ65/rules.mk new file mode 100644 index 0000000000..6089f643c4 --- /dev/null +++ b/keyboards/kopibeng/typ65/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # 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 +ENCODER_ENABLE = no # Enable Encoder
\ No newline at end of file |