From 5777177cec2c76f79b4930dacb390b0f4681bc85 Mon Sep 17 00:00:00 2001 From: Yan-Fa Li Date: Mon, 28 Oct 2019 09:47:48 -0700 Subject: [keyboard] yanfali fruity60 prototype (#7021) * initial commit * README * Unique id * info.json * layotus * br * Move to handwired * cleanup * Disable command for fruity out of flash space * Old compiler turn off command --- users/yanfali/rules.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users') diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index b52bd55620..c43f298588 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk @@ -11,3 +11,6 @@ else AUDIO_ENABLE = no endif +ifeq ($(strip $(KEYBOARD)), fruity60) + COMMAND_ENABLE = no +endif -- cgit v1.2.3