diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-14 00:47:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-14 00:47:05 +0000 |
commit | b44c3f92ae312f279f1b8e88ddc1d1336786f4d7 (patch) | |
tree | 3fa57e80c1f880eb5d9aeeebbae6fe8f113bd53b /keyboards/handwired/skakunm_dactyl/rules.mk | |
parent | 4faf0ccaecaf92d098be29941e3165ff9f33b66e (diff) | |
parent | 0f1bb982e97f0779e2885970f5e4677dbb555926 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/skakunm_dactyl/rules.mk')
-rw-r--r-- | keyboards/handwired/skakunm_dactyl/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/handwired/skakunm_dactyl/rules.mk b/keyboards/handwired/skakunm_dactyl/rules.mk new file mode 100644 index 0000000000..bd53948797 --- /dev/null +++ b/keyboards/handwired/skakunm_dactyl/rules.mk @@ -0,0 +1,20 @@ +# 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 = yes # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +AUDIO_ENABLE = no # Audio output +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. + +SPLIT_KEYBOARD = yes |