diff options
author | MakotoKurauchi <pluis@me.com> | 2022-01-11 10:43:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:43:36 -0800 |
commit | 6823f01c107dafaa4e1876cb11677bd4435153ed (patch) | |
tree | 13356c079b6a4997a04ce4eab636c80336a17a32 /keyboards/yushakobo/navpad/10/rules.mk | |
parent | 8920db2b57b616e162e2d3162577db6f021e7658 (diff) |
[Keyboard] New kbd Navpad 1.0 (#15507)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: keyaki-namiki <28521374+keyaki-namiki@users.noreply.github.com>
Diffstat (limited to 'keyboards/yushakobo/navpad/10/rules.mk')
-rw-r--r-- | keyboards/yushakobo/navpad/10/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/yushakobo/navpad/10/rules.mk b/keyboards/yushakobo/navpad/10/rules.mk new file mode 100644 index 0000000000..53fb0ec174 --- /dev/null +++ b/keyboards/yushakobo/navpad/10/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +ENCODER_ENABLE = yes + +SRC += navpad_prefs.c +DEFAULT_FOLDER = yushakobo/navpad/10/rev1 |