Browse Source

fixed typo from suggestion

new source line was missing a char that caused compilation to fail. corrected. compiles and flashes without issue now.
pull/14368/head
Chris Farrell 2 years ago
parent
commit
cde43d1381
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/gmmk/pro/ansi/keymaps/seajaysec/rules.mk

+ 1
- 1
keyboards/gmmk/pro/ansi/keymaps/seajaysec/rules.mk View File

@ -11,7 +11,7 @@ UNICODE_ENABLE = yes
VIA_ENABLE = no
WPM_ENABLE = no
SRC += utils.c eajaysec.c process_record.c encoder.c
SRC += utils.c seajaysec.c process_record.c encoder.c
ifeq ($(strip $(WPM_ENABLE)), yes)
SRC += fun.c


Loading…
Cancel
Save