1
0
Fork 0

Move hexwire layout into 4x12 layout folder

This commit is contained in:
Danny Nguyen 2018-02-16 18:27:50 -05:00 committed by Jack Humbert
parent 2a5da62728
commit f67c59aa7b
10 changed files with 56 additions and 389 deletions

View file

@ -0,0 +1,4 @@
# Enable RGB if not a Planck
ifeq (,$(findstring planck,$(KEYBOARD)))
RGBLIGHT_ENABLE = yes
endif