diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2019-10-28 09:47:48 -0700 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-28 16:47:48 +0000 |
commit | 5777177cec2c76f79b4930dacb390b0f4681bc85 (patch) | |
tree | 90ba74d9ba12b5fac76987d916dff48210b0c28c /users | |
parent | 92be2439ec280c46c4babb60087a93b96b6e94ab (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.mk | 3 |
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 |