diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 03:48:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:48:51 -0800 |
commit | ae705e3e55ec38767a3e80da645983154a73cbfc (patch) | |
tree | bb32aacb253821ab957e7d7bac00390de2fd33cc /keyboards/kagizaraya/chidori/rules.mk | |
parent | 3fefaf7f6b99aafe691a9024db4780684a588e4a (diff) |
[Keyboard] move @ka2hiro 's boards into /kagizaraya (#16070)
Diffstat (limited to 'keyboards/kagizaraya/chidori/rules.mk')
-rw-r--r-- | keyboards/kagizaraya/chidori/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/kagizaraya/chidori/rules.mk b/keyboards/kagizaraya/chidori/rules.mk new file mode 100644 index 0000000000..371456cc09 --- /dev/null +++ b/keyboards/kagizaraya/chidori/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega328p + +# Bootloader selection +BOOTLOADER = usbasploader + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # 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 + +CUSTOM_MATRIX = lite + +# project specific files +SRC += matrix.c +SRC += board.c +QUANTUM_LIB_SRC += i2c_master.c |