From 62c1bd3416e29f812c0c4b98589d5055aa5a1bcd Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 28 Oct 2019 10:02:18 +0100 Subject: [PATCH] library.properties: Remove the AVR architecture restriction While we technically only support AVR for now, most of the code is arch-agnostic, and we'll soon have ARM boards too. This is a preparation step to unlock that architecture. Signed-off-by: Gergely Nagy --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 2a0714cc..eebe9495 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Firmware for the Keyboardio Model 01, and other Arduino-powered keyboar paragraph=... category=Communication url=https://github.com/keyboardio/Kaleidoscope -architectures=avr +architectures=* dot_a_linkage=true