[Keymap] Add another GMMK Pro ANSI Keymap with custom RGB. (#14243)

Co-authored-by: Cedrik Lussier <lussier.cedrik@gmail.com>
This commit is contained in:
cedrikl 2022-01-10 20:15:47 -05:00 committed by GitHub
parent cec35d2399
commit c20522369b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 427 additions and 0 deletions

4
users/cedrikl/rules.mk Normal file
View file

@ -0,0 +1,4 @@
SRC += cedrikl.c
ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes)
OPT_DEFS += -DSTARTUP_NUMLOCK_ON
endif