Sfoglia il codice sorgente

Merge pull request #929 from jackhumbert/hf/size-warnings

Adds warnings to Planck keymaps that exceed 0x7000 bytes in size
Jack Humbert 8 anni fa
parent
commit
11d263118a

+ 3 - 1
keyboards/planck/keymaps/bone2planck/Makefile

@@ -1,4 +1,6 @@
-
+# Please remove if no longer applicable
+$(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD)
+$(warning Please disable some options in the Makefile to resolve)
 
 # Build Options
 #   change to "no" to disable the options, or define them in the Makefile in 

+ 3 - 1
keyboards/planck/keymaps/brandon/Makefile

@@ -1,4 +1,6 @@
-
+# Please remove if no longer applicable
+$(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD)
+$(warning Please disable some options in the Makefile to resolve)
 
 # Build Options
 #   change to "no" to disable the options, or define them in the Makefile in 

+ 3 - 1
keyboards/planck/keymaps/impossible/Makefile

@@ -1,4 +1,6 @@
-
+# Please remove if no longer applicable
+$(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD)
+$(warning Please disable some options in the Makefile to resolve)
 
 # Build Options
 #   change to "no" to disable the options, or define them in the Makefile in 

+ 3 - 1
keyboards/planck/keymaps/jeebak/Makefile

@@ -1,4 +1,6 @@
-
+# Please remove if no longer applicable
+$(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD)
+$(warning Please disable some options in the Makefile to resolve)
 
 # Build Options
 #   change to "no" to disable the options, or define them in the Makefile in