Browse Source

Merge pull request #929 from jackhumbert/hf/size-warnings

Adds warnings to Planck keymaps that exceed 0x7000 bytes in size
pull/916/head
Jack Humbert 7 years ago
committed by GitHub
parent
commit
11d263118a
4 changed files with 12 additions and 4 deletions
  1. +3
    -1
      keyboards/planck/keymaps/bone2planck/Makefile
  2. +3
    -1
      keyboards/planck/keymaps/brandon/Makefile
  3. +3
    -1
      keyboards/planck/keymaps/impossible/Makefile
  4. +3
    -1
      keyboards/planck/keymaps/jeebak/Makefile

+ 3
- 1
keyboards/planck/keymaps/bone2planck/Makefile View File

@ -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


+ 3
- 1
keyboards/planck/keymaps/brandon/Makefile View File

@ -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


+ 3
- 1
keyboards/planck/keymaps/impossible/Makefile View File

@ -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


+ 3
- 1
keyboards/planck/keymaps/jeebak/Makefile View File

@ -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


Loading…
Cancel
Save