소스 검색

custom makefile

Fabian Topfstedt 8 년 전
부모
커밋
de9331c50c
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      keyboards/lets_split/keymaps/fabian/Makefile

+ 9 - 0
keyboards/lets_split/keymaps/fabian/Makefile

@@ -0,0 +1,9 @@
+# Build Options
+#   change to "no" to disable the options, or define them in the Makefile in 
+#   the appropriate keymap folder that will get included automatically
+#
+# UNICODE_ENABLE = yes
+
+ifndef QUANTUM_DIR
+	include ../../../../Makefile
+endif