diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-02 13:32:50 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-12-02 13:32:50 -0500 |
commit | 245c9508bd6169d2feb398e99234103cc669efa7 (patch) | |
tree | d0b83b0f09bb913af9449f54d66c1a2f8d5e9aeb /keyboards/planck/keymaps/bone2planck/Makefile | |
parent | e14b0e8e7e37116d65f489e6f6ece72c39a603cd (diff) | |
download | qmk_firmware-245c9508bd6169d2feb398e99234103cc669efa7.tar.gz qmk_firmware-245c9508bd6169d2feb398e99234103cc669efa7.zip |
adds warnings to 4 keymaps
Diffstat (limited to 'keyboards/planck/keymaps/bone2planck/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/bone2planck/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/bone2planck/Makefile b/keyboards/planck/keymaps/bone2planck/Makefile index 581e08cd02..cf2c31f0fb 100644 --- a/keyboards/planck/keymaps/bone2planck/Makefile +++ b/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 |