From f6735a8d5865e193cd6383a1697626359f590039 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 13 Apr 2023 12:04:24 +0200 Subject: add initial totem stuff --- totem/rules.mk | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 totem/rules.mk (limited to 'totem/rules.mk') diff --git a/totem/rules.mk b/totem/rules.mk new file mode 100644 index 0000000..bf77691 --- /dev/null +++ b/totem/rules.mk @@ -0,0 +1,31 @@ +# MCU name +MCU = RP2040 + +# Bootloader selection +BOOTLOADER = rp2040 + +# Ignore some warnings during the build, likely to be fixed before RP2040 PR is merged +ALLOW_WARNINGS = yes + +# LTO must be disabled for RP2040 builds +LTO_ENABLE = no + +SPLIT_KEYBOARD = yes +SWAP_HANDS_ENABLE = yes + +# PIO serial/WS2812 drivers must be used on RP2040 +SERIAL_DRIVER = vendor +WS2812_DRIVER = vendor + +#SPACE SAVING +EXTRAKEY_ENABLE = no +AUDIO_ENABLE = no +MUSIC_ENABLE = no +LTO_ENABLE = no +CONSOLE_ENABLE = no +COMMAND_ENABLE = no +MOUSEKEY_ENABLE = no +SPACE_CADET_ENABLE = no +GRAVE_ESC_ENABLE = no +MAGIC_ENABLE = no + -- cgit v1.2.3