Selaa lähdekoodia

Corrected makefile common var

Reed Swiernik 10 vuotta sitten
vanhempi
commit
15110bf7a0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      keyboard/planck/Makefile

+ 1 - 1
keyboard/planck/Makefile

@@ -50,7 +50,7 @@ TARGET_DIR = .
 
 
 # # project specific files
-ifdef COMMON_KEYMAP
+ifdef COMMON
 
 	SRC = keymap_common.c \
 	matrix_handwire.c \