diff options
author | jun10000 <39115187+jun10000@users.noreply.github.com> | 2022-09-24 16:38:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 00:38:43 -0700 |
commit | 6cf4af987616fa5270f0d9ab7ec6e2ba8712dda3 (patch) | |
tree | 9c8b645e5d2a48a0ae2cab4c37b462b011824a08 /keyboards/om60/rules.mk | |
parent | e3e0a35b5843f5f681d7f3730f843454b24aa7ca (diff) |
[Keyboard] Add om60 rev1 keyboard (#18126)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jun10000 <jun1kbd@outlook.jp>
Diffstat (limited to 'keyboards/om60/rules.mk')
-rw-r--r-- | keyboards/om60/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/om60/rules.mk b/keyboards/om60/rules.mk new file mode 100644 index 0000000000..9dc673edbf --- /dev/null +++ b/keyboards/om60/rules.mk @@ -0,0 +1,24 @@ +# 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 + +CUSTOM_MATRIX = lite + +SRC += matrix.c |