diff options
author | Arturo Avila <69410272+ADPenrose@users.noreply.github.com> | 2022-08-07 16:10:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 14:10:32 -0700 |
commit | d27a6bd629f8ad5a204236c58ed3a8641e75da53 (patch) | |
tree | a9e65050f5a852e743b8daf2c2bcc530955f0ab6 /keyboards/adpenrose/shisaku/rules.mk | |
parent | ca04babf3f85660334f5e7f816da3a56a53b9cb7 (diff) |
[Keyboard] Add Shisaku keyboard (#17572)
Diffstat (limited to 'keyboards/adpenrose/shisaku/rules.mk')
-rw-r--r-- | keyboards/adpenrose/shisaku/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/adpenrose/shisaku/rules.mk b/keyboards/adpenrose/shisaku/rules.mk new file mode 100644 index 0000000000..ef08ed4a06 --- /dev/null +++ b/keyboards/adpenrose/shisaku/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega328p + +# Bootloader selection +BOOTLOADER = usbasploader + +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |