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) | |
| download | qmk_firmware-5777177cec2c76f79b4930dacb390b0f4681bc85.tar.gz qmk_firmware-5777177cec2c76f79b4930dacb390b0f4681bc85.zip | |
[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 b52bd5562..c43f29858 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk | |||
| @@ -11,3 +11,6 @@ else | |||
| 11 | AUDIO_ENABLE = no | 11 | AUDIO_ENABLE = no |
| 12 | endif | 12 | endif |
| 13 | 13 | ||
| 14 | ifeq ($(strip $(KEYBOARD)), fruity60) | ||
| 15 | COMMAND_ENABLE = no | ||
| 16 | endif | ||
