diff options
author | yfuku <30647434+yfuku@users.noreply.github.com> | 2021-12-28 12:34:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 14:34:24 +1100 |
commit | 60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0 (patch) | |
tree | 2bc624e4b70cdc6e5b3f67883060f1be0d3472bd /keyboards/dailycraft/claw44/rules.mk | |
parent | 6151b365f9ee2bae609c8bbac99ba7a6b631c86a (diff) | |
download | qmk_firmware-60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0.tar.gz qmk_firmware-60b4ee1df37d2436e3fa9479c9bcaea72abcdcc0.zip |
Move to organization folder (#15481)
* move directory
* fix
* move wings42 to dailycraft
* Adjust wings42 to work with organization folder.
Diffstat (limited to 'keyboards/dailycraft/claw44/rules.mk')
-rw-r--r-- | keyboards/dailycraft/claw44/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/dailycraft/claw44/rules.mk b/keyboards/dailycraft/claw44/rules.mk new file mode 100644 index 0000000000..69c59f28e6 --- /dev/null +++ b/keyboards/dailycraft/claw44/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 = no # Mouse keys +EXTRAKEY_ENABLE = no # 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 +AUDIO_ENABLE = no # Audio output +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. + +DEFAULT_FOLDER = dailycraft/claw44/rev1 |