diff options
| -rw-r--r-- | keyboards/planck/keymaps/jhenahan/Makefile | 4 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/joe/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/leo/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/lucas/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/mollat/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/nico/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/premek/Makefile | 3 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/priyadi/Makefile | 3 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/pvc/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/sgoodwin/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/tak3over/Makefile | 5 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/thermal_printer/Makefile | 3 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/vifon/Makefile | 3 |
13 files changed, 47 insertions, 9 deletions
diff --git a/keyboards/planck/keymaps/jhenahan/Makefile b/keyboards/planck/keymaps/jhenahan/Makefile index de01ad240..83da2a7f8 100644 --- a/keyboards/planck/keymaps/jhenahan/Makefile +++ b/keyboards/planck/keymaps/jhenahan/Makefile | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | 1 | # Please remove if no longer applicable | |
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 2 | 4 | ||
| 3 | # Build Options | 5 | # Build Options |
| 4 | # change to "no" to disable the options, or define them in the Makefile in | 6 | # change to "no" to disable the options, or define them in the Makefile in |
diff --git a/keyboards/planck/keymaps/joe/Makefile b/keyboards/planck/keymaps/joe/Makefile index 581e08cd0..b2ca41944 100644 --- a/keyboards/planck/keymaps/joe/Makefile +++ b/keyboards/planck/keymaps/joe/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
| @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 22 | 25 | ||
| 23 | ifndef QUANTUM_DIR | 26 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 27 | include ../../../../Makefile |
| 25 | endif \ No newline at end of file | 28 | endif |
diff --git a/keyboards/planck/keymaps/leo/Makefile b/keyboards/planck/keymaps/leo/Makefile index 581e08cd0..b2ca41944 100644 --- a/keyboards/planck/keymaps/leo/Makefile +++ b/keyboards/planck/keymaps/leo/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
| @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 22 | 25 | ||
| 23 | ifndef QUANTUM_DIR | 26 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 27 | include ../../../../Makefile |
| 25 | endif \ No newline at end of file | 28 | endif |
diff --git a/keyboards/planck/keymaps/lucas/Makefile b/keyboards/planck/keymaps/lucas/Makefile index 581e08cd0..b2ca41944 100644 --- a/keyboards/planck/keymaps/lucas/Makefile +++ b/keyboards/planck/keymaps/lucas/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
| @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 22 | 25 | ||
| 23 | ifndef QUANTUM_DIR | 26 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 27 | include ../../../../Makefile |
| 25 | endif \ No newline at end of file | 28 | endif |
diff --git a/keyboards/planck/keymaps/mollat/Makefile b/keyboards/planck/keymaps/mollat/Makefile index 581e08cd0..b2ca41944 100644 --- a/keyboards/planck/keymaps/mollat/Makefile +++ b/keyboards/planck/keymaps/mollat/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
| @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 22 | 25 | ||
| 23 | ifndef QUANTUM_DIR | 26 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 27 | include ../../../../Makefile |
| 25 | endif \ No newline at end of file | 28 | endif |
diff --git a/keyboards/planck/keymaps/nico/Makefile b/keyboards/planck/keymaps/nico/Makefile index 581e08cd0..b2ca41944 100644 --- a/keyboards/planck/keymaps/nico/Makefile +++ b/keyboards/planck/keymaps/nico/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
| @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 22 | 25 | ||
| 23 | ifndef QUANTUM_DIR | 26 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 27 | include ../../../../Makefile |
| 25 | endif \ No newline at end of file | 28 | endif |
diff --git a/keyboards/planck/keymaps/premek/Makefile b/keyboards/planck/keymaps/premek/Makefile index 0f4953888..b2ca41944 100644 --- a/keyboards/planck/keymaps/premek/Makefile +++ b/keyboards/planck/keymaps/premek/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
diff --git a/keyboards/planck/keymaps/priyadi/Makefile b/keyboards/planck/keymaps/priyadi/Makefile index aa211d2f0..f113f496c 100644 --- a/keyboards/planck/keymaps/priyadi/Makefile +++ b/keyboards/planck/keymaps/priyadi/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
diff --git a/keyboards/planck/keymaps/pvc/Makefile b/keyboards/planck/keymaps/pvc/Makefile index b2ff961fa..c92ca1bff 100644 --- a/keyboards/planck/keymaps/pvc/Makefile +++ b/keyboards/planck/keymaps/pvc/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | # Build Options | 5 | # Build Options |
| 3 | # change to "no" to disable the options, or define them in the Makefile in | 6 | # change to "no" to disable the options, or define them in the Makefile in |
| @@ -21,4 +24,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 21 | 24 | ||
| 22 | ifndef QUANTUM_DIR | 25 | ifndef QUANTUM_DIR |
| 23 | include ../../../../Makefile | 26 | include ../../../../Makefile |
| 24 | endif \ No newline at end of file | 27 | endif |
diff --git a/keyboards/planck/keymaps/sgoodwin/Makefile b/keyboards/planck/keymaps/sgoodwin/Makefile index 581e08cd0..b2ca41944 100644 --- a/keyboards/planck/keymaps/sgoodwin/Makefile +++ b/keyboards/planck/keymaps/sgoodwin/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
| @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 22 | 25 | ||
| 23 | ifndef QUANTUM_DIR | 26 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 27 | include ../../../../Makefile |
| 25 | endif \ No newline at end of file | 28 | endif |
diff --git a/keyboards/planck/keymaps/tak3over/Makefile b/keyboards/planck/keymaps/tak3over/Makefile index 581e08cd0..b2ca41944 100644 --- a/keyboards/planck/keymaps/tak3over/Makefile +++ b/keyboards/planck/keymaps/tak3over/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
| @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
| 22 | 25 | ||
| 23 | ifndef QUANTUM_DIR | 26 | ifndef QUANTUM_DIR |
| 24 | include ../../../../Makefile | 27 | include ../../../../Makefile |
| 25 | endif \ No newline at end of file | 28 | endif |
diff --git a/keyboards/planck/keymaps/thermal_printer/Makefile b/keyboards/planck/keymaps/thermal_printer/Makefile index 3d1d11877..9477d1179 100644 --- a/keyboards/planck/keymaps/thermal_printer/Makefile +++ b/keyboards/planck/keymaps/thermal_printer/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
diff --git a/keyboards/planck/keymaps/vifon/Makefile b/keyboards/planck/keymaps/vifon/Makefile index 838cb4e88..53660a2e7 100644 --- a/keyboards/planck/keymaps/vifon/Makefile +++ b/keyboards/planck/keymaps/vifon/Makefile | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # Please remove if no longer applicable | ||
| 2 | $(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD) | ||
| 3 | $(warning Please disable some options in the Makefile to resolve) | ||
| 1 | 4 | ||
| 2 | 5 | ||
| 3 | # Build Options | 6 | # Build Options |
