diff options
author | Felix Jen <fjen@felixjen.com> | 2022-09-28 14:20:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 12:20:26 -0700 |
commit | 6f108642eb814e56d191db91cf0d0288914f53d7 (patch) | |
tree | b77c47d4781b71bf87f0c45d45ceadc1ae613de6 /keyboards/keygem/kg60ansi/rules.mk | |
parent | 63c87f591e96c1038acbc0665f6aea8628fd2089 (diff) |
[Keyboard] Add KG60 and KG65 (#17565)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keygem/kg60ansi/rules.mk')
-rw-r--r-- | keyboards/keygem/kg60ansi/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/keygem/kg60ansi/rules.mk b/keyboards/keygem/kg60ansi/rules.mk new file mode 100644 index 0000000000..e64258fe9b --- /dev/null +++ b/keyboards/keygem/kg60ansi/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Processor frequency +F_CPU = 8000000 + +# 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 60_ansi |