diff options
author | rookiebwoy <81021475+rookiebwoy@users.noreply.github.com> | 2022-03-08 04:59:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 19:59:50 -0800 |
commit | 87c2f97def26e4899d1c48a4428f3026aa914275 (patch) | |
tree | 28c497e6d1a0a60a54b7395b7fdba328993d548f /keyboards/late9/rev1/rules.mk | |
parent | eb35f58a6ec9068329a39e3ef8449568e90931e9 (diff) |
[Keyboard] Add LATE-9 keyboard (#13966)
Diffstat (limited to 'keyboards/late9/rev1/rules.mk')
-rw-r--r-- | keyboards/late9/rev1/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/late9/rev1/rules.mk b/keyboards/late9/rev1/rules.mk new file mode 100644 index 0000000000..26b6991c2f --- /dev/null +++ b/keyboards/late9/rev1/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +OLED_ENABLE = yes +DEBOUNCE_TYPE = sym_eager_pk |