diff options
author | lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com> | 2023-02-03 05:34:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 13:34:18 -0800 |
commit | 10c3b9737f27b67b3a5ddabb7411a840f7cd6ee7 (patch) | |
tree | 7ca9457ba3f3e4af3f6e3383788bd1ea30c5fb8d /keyboards/keychron/v10/iso_encoder/rules.mk | |
parent | a76e70cffff69d5ba30a39f844df490fcddd93c7 (diff) |
[Keyboard] Add Keychron V10 (#19504)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keychron/v10/iso_encoder/rules.mk')
-rw-r--r-- | keyboards/keychron/v10/iso_encoder/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/keychron/v10/iso_encoder/rules.mk b/keyboards/keychron/v10/iso_encoder/rules.mk new file mode 100644 index 0000000000..ef55047753 --- /dev/null +++ b/keyboards/keychron/v10/iso_encoder/rules.mk @@ -0,0 +1,26 @@ +# 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 USB N-key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes # Enable Encoder +DIP_SWITCH_ENABLE = yes +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = CKLED2001 +EEPROM_DRIVER = wear_leveling +WEAR_LEVELING_DRIVER = embedded_flash + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE + +# custom matrix setup +CUSTOM_MATRIX = lite + +SRC += matrix.c |