Skip to content

Commit

Permalink
Merge pull request #930 from cbbrowne/master
Browse files Browse the repository at this point in the history
Adds warnings to Planck keymaps that exceed 0x7000 bytes in size #929
  • Loading branch information
jackhumbert authored Dec 2, 2016
2 parents 11d2631 + cee0cf8 commit 7f88c95
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 9 deletions.
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

0 comments on commit 7f88c95

Please sign in to comment.