Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929 #930

Merged
merged 1 commit into from
Dec 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion keyboards/planck/keymaps/jhenahan/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/joe/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/leo/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/lucas/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/mollat/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/nico/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
3 changes: 3 additions & 0 deletions keyboards/planck/keymaps/premek/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand Down
3 changes: 3 additions & 0 deletions keyboards/planck/keymaps/priyadi/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand Down
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/pvc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -21,4 +24,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/sgoodwin/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
5 changes: 4 additions & 1 deletion keyboards/planck/keymaps/tak3over/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand All @@ -22,4 +25,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

ifndef QUANTUM_DIR
include ../../../../Makefile
endif
endif
3 changes: 3 additions & 0 deletions keyboards/planck/keymaps/thermal_printer/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand Down
3 changes: 3 additions & 0 deletions keyboards/planck/keymaps/vifon/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +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
Expand Down