diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-08 21:24:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-08 21:24:33 +0000 |
commit | 6332caef7870fafada6ce70d28706dc7802eb84c (patch) | |
tree | 7fb1781c67d0611447fdb8535066b7abdf3ffbf9 /keyboards/kudox_full/rules.mk | |
parent | ff878aa30cf7be9a68b086ed7745451901df050d (diff) | |
parent | a461f607e781a4698d41dddddb467be90835b36a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kudox_full/rules.mk')
-rw-r--r-- | keyboards/kudox_full/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/kudox_full/rules.mk b/keyboards/kudox_full/rules.mk new file mode 100644 index 0000000000..57aa49a6d8 --- /dev/null +++ b/keyboards/kudox_full/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +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 +UNICODE_ENABLE = yes # Unicode + +SPLIT_KEYBOARD = yes + +DEFAULT_FOLDER = kudox_full/rev1 |