summaryrefslogtreecommitdiff
path: root/keyboards/handwired/uthol/rev1/rules.mk
diff options
context:
space:
mode:
authorUthol <83434905+Uthol@users.noreply.github.com>2022-03-07 20:01:47 -0700
committerGitHub <noreply@github.com>2022-03-07 19:01:47 -0800
commitb2fdb072e590ea06237dc5407ae1902fc15ce405 (patch)
tree2458013909e713f65dafc7338c7874a0236e097f /keyboards/handwired/uthol/rev1/rules.mk
parent869ede8e4afb22a00ecbace4af02a3a18ea9e32d (diff)
[Keyboard] Uthol (#16393)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/uthol/rev1/rules.mk')
-rw-r--r--keyboards/handwired/uthol/rev1/rules.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/handwired/uthol/rev1/rules.mk b/keyboards/handwired/uthol/rev1/rules.mk
new file mode 100644
index 0000000000..0da1dde9cb
--- /dev/null
+++ b/keyboards/handwired/uthol/rev1/rules.mk
@@ -0,0 +1,13 @@
+# 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