Added berfarah's custom keyboard layout

This commit is contained in:
Bernardo Farah
2017-10-24 19:08:31 -07:00
committed by Jack Humbert
parent a08287b0a0
commit 4c960ad7c4
4 changed files with 404 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
BOOTMAGIC_ENABLE = no
COMMAND_ENABLE = no
SLEEP_LED_ENABLE = yes
FORCE_NKRO ?= yes
DEBUG_ENABLE = no
CONSOLE_ENABLE = no
TAP_DANCE_ENABLE = no
MOUSEKEY_ENABLE = no
RGBLIGHT_ENABLE = yes
RGBLIGHT_ANIMATION = yes
ifeq (${FORCE_NKRO},yes)
OPT_DEFS += -DFORCE_NKRO
endif
ifndef QUANTUM_DIR
include ../../../../Makefile
endif