1
0
Fork 0

[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
This commit is contained in:
Yan-Fa Li 2019-10-28 09:47:48 -07:00 committed by Joel Challis
parent 92be2439ec
commit 5777177cec
10 changed files with 259 additions and 0 deletions

View file

@ -11,3 +11,6 @@ else
AUDIO_ENABLE = no
endif
ifeq ($(strip $(KEYBOARD)), fruity60)
COMMAND_ENABLE = no
endif