diff options
author | Matt Chan <5021+mattchan@users.noreply.github.com> | 2022-08-28 13:12:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 10:12:18 -0700 |
commit | 585b134729a5a66015f379127e4ff8b06430498c (patch) | |
tree | ff085de4b2d1f548cf97c7517996a3ab3433908a /keyboards/kegen/gboy/rules.mk | |
parent | 37a85e1f9b5d6ad28e52b800f1b17d68ee5e4892 (diff) | |
download | qmk_firmware-585b134729a5a66015f379127e4ff8b06430498c.tar.gz qmk_firmware-585b134729a5a66015f379127e4ff8b06430498c.zip |
[Keyboard] Add Kegen G-Boy (#18048)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/kegen/gboy/rules.mk')
-rw-r--r-- | keyboards/kegen/gboy/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
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 |