diff options
author | somepin <79652090+somepin@users.noreply.github.com> | 2022-03-25 20:45:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 17:45:35 -0700 |
commit | 7e0dde1f0009bc47430091736d7893148876b4ec (patch) | |
tree | 923cd6677927bd81611c66501ddd426bc60efefe /keyboards/ydkb/grape/rules.mk | |
parent | 53a88af0360c67677d3ffb9eac0d046a59baa141 (diff) |
[Keyboard] Add YDKB Grape PCB (#16661)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/ydkb/grape/rules.mk')
-rw-r--r-- | keyboards/ydkb/grape/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ydkb/grape/rules.mk b/keyboards/ydkb/grape/rules.mk new file mode 100644 index 0000000000..57b231441e --- /dev/null +++ b/keyboards/ydkb/grape/rules.mk @@ -0,0 +1,22 @@ +# 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 = 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 +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +CUSTOM_MATRIX = lite +VPATH += drivers/gpio +SRC += matrix.c sn74x138.c |