diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-16 19:04:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-16 19:04:10 +0000 |
commit | de545b8e214e576ecffb4474d84b1045815e38a1 (patch) | |
tree | d0ae30d84e0a4d5ebcf4df6323d062de4834cdf8 /keyboards/keebmonkey/kbmg68/rules.mk | |
parent | 9fa14655df114c9da8c720f8364fd9dd4e963d19 (diff) | |
parent | 4d443d921bea20758328668ae821ae5396a6c6e1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keebmonkey/kbmg68/rules.mk')
-rw-r--r-- | keyboards/keebmonkey/kbmg68/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/keebmonkey/kbmg68/rules.mk b/keyboards/keebmonkey/kbmg68/rules.mk new file mode 100644 index 0000000000..0adb2c9996 --- /dev/null +++ b/keyboards/keebmonkey/kbmg68/rules.mk @@ -0,0 +1,20 @@ +# 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 = no # Mouse keys +EXTRAKEY_ENABLE = no # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 65_ansi |