diff options
Diffstat (limited to 'keyboards/4by3/rules.mk')
-rw-r--r-- | keyboards/4by3/rules.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/4by3/rules.mk b/keyboards/4by3/rules.mk new file mode 100644 index 0000000000..7d22998333 --- /dev/null +++ b/keyboards/4by3/rules.mk @@ -0,0 +1,8 @@ +MCU = atmega32u4 +BOOTLOADER = caterina + +EXTRAKEY_ENABLE = yes +NKRO_ENABLE = yes +CONSOLE_ENABLE = yes +COMMAND_ENABLE = yes + |