summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2019-10-28 09:47:48 -0700
committerJoel Challis <git@zvecr.com>2019-10-28 16:47:48 +0000
commit5777177cec2c76f79b4930dacb390b0f4681bc85 (patch)
tree90ba74d9ba12b5fac76987d916dff48210b0c28c /users
parent92be2439ec280c46c4babb60087a93b96b6e94ab (diff)
[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
Diffstat (limited to 'users')
-rw-r--r--users/yanfali/rules.mk3
1 files changed, 3 insertions, 0 deletions
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