diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2015-03-16 11:58:05 -0400 | 
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2015-03-16 11:58:05 -0400 | 
| commit | 0fc820c090956850a05f7f538560e09238c7145c (patch) | |
| tree | 43cca92abade8a08b0ed77a7f6765414ed574ac9 /keyboard/planck/config.h | |
| parent | 0fcb3b65f8f980bee606b3be44cad1469c42ea86 (diff) | |
| parent | 65680819df13585a563296f008be1a4b0ee8045a (diff) | |
| download | firmware-0fc820c090956850a05f7f538560e09238c7145c.tar.gz firmware-0fc820c090956850a05f7f538560e09238c7145c.tar.bz2 firmware-0fc820c090956850a05f7f538560e09238c7145c.zip | |
Merge pull request #5 from Wilba6582/master
Pulling in PCB changes
Diffstat (limited to 'keyboard/planck/config.h')
| -rw-r--r-- | keyboard/planck/config.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h index 81637f45b..0b0c15247 100644 --- a/keyboard/planck/config.h +++ b/keyboard/planck/config.h @@ -34,6 +34,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  /* define if matrix has ghost */  //#define MATRIX_HAS_GHOST +/* number of backlight levels */ +/* NOTE: this is the max value of 0..BACKLIGHT_LEVELS so really 16 levels. */ +#define BACKLIGHT_LEVELS 15 +  /* Set 0 if debouncing isn't needed */  #define DEBOUNCE    5 | 
