From 585b134729a5a66015f379127e4ff8b06430498c Mon Sep 17 00:00:00 2001 From: Matt Chan <5021+mattchan@users.noreply.github.com> Date: Sun, 28 Aug 2022 13:12:18 -0400 Subject: [Keyboard] Add Kegen G-Boy (#18048) Co-authored-by: Drashna Jaelre --- keyboards/kegen/gboy/rules.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/kegen/gboy/rules.mk (limited to 'keyboards/kegen/gboy/rules.mk') diff --git a/keyboards/kegen/gboy/rules.mk b/keyboards/kegen/gboy/rules.mk new file mode 100644 index 0000000000..8723047c1e --- /dev/null +++ b/keyboards/kegen/gboy/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# comment out to disable the options. +# +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 = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +AUDIO_ENABLE = no # Audio output +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -- cgit v1.2.3