From 4d443d921bea20758328668ae821ae5396a6c6e1 Mon Sep 17 00:00:00 2001 From: ymlmkb <84640569+ymlmkb@users.noreply.github.com> Date: Sat, 16 Jul 2022 14:03:39 -0500 Subject: [Keyboard] KeebMonkey KBMG68 (#15909) * added KeebMonkey KBMG68. * Update keyboards/keebmonkey/kbmg68/config.h * changes requested by fauxpark . * Apply suggestions from code review changes suggested by fauxpark * Update readme.md changes requested by fauxpark * Apply suggestions from code review changes requested by noroadsleft. * Apply suggestions from code review per fauxpark --- keyboards/keebmonkey/kbmg68/rules.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/keebmonkey/kbmg68/rules.mk (limited to 'keyboards/keebmonkey/kbmg68/rules.mk') 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 -- cgit v1.2.3