diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-02 15:20:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-02 15:20:44 -0500 |
commit | 11d263118a69f2fb8f7fb4c50e34c060cf28a1f9 (patch) | |
tree | d0b83b0f09bb913af9449f54d66c1a2f8d5e9aeb /keyboards/planck/keymaps/brandon/Makefile | |
parent | e14b0e8e7e37116d65f489e6f6ece72c39a603cd (diff) | |
parent | 245c9508bd6169d2feb398e99234103cc669efa7 (diff) |
Merge pull request #929 from jackhumbert/hf/size-warnings
Adds warnings to Planck keymaps that exceed 0x7000 bytes in size
Diffstat (limited to 'keyboards/planck/keymaps/brandon/Makefile')
-rw-r--r-- | keyboards/planck/keymaps/brandon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/brandon/Makefile b/keyboards/planck/keymaps/brandon/Makefile index 581e08cd02..cf2c31f0fb 100644 --- a/keyboards/planck/keymaps/brandon/Makefile +++ b/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 |