diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-08 03:02:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-08 03:02:26 +0000 |
commit | 9237326664b0de9645485263b46ee0b34ea3745d (patch) | |
tree | 04895fa440bc8374e957fbd099c26a65eafab0c0 /keyboards/handwired/uthol/rev2/rules.mk | |
parent | 2d985687a979aa91c893823788a1497f0da34241 (diff) | |
parent | b2fdb072e590ea06237dc5407ae1902fc15ce405 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/uthol/rev2/rules.mk')
-rw-r--r-- | keyboards/handwired/uthol/rev2/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/uthol/rev2/rules.mk b/keyboards/handwired/uthol/rev2/rules.mk new file mode 100644 index 0000000000..63476766fd --- /dev/null +++ b/keyboards/handwired/uthol/rev2/rules.mk @@ -0,0 +1,15 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes +EXTRAKEY_ENABLE = yes +NKRO_ENABLE = yes +LTO_ENABLE = yes +RGBLIGHT_ENABLE = yes +RGBLIGHT_DRIVER = WS2812 |