summaryrefslogtreecommitdiff
path: root/keyboard/planck/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-03-16 11:58:05 -0400
committerJack Humbert <jack.humb@gmail.com>2015-03-16 11:58:05 -0400
commit0fc820c090956850a05f7f538560e09238c7145c (patch)
tree43cca92abade8a08b0ed77a7f6765414ed574ac9 /keyboard/planck/config.h
parent0fcb3b65f8f980bee606b3be44cad1469c42ea86 (diff)
parent65680819df13585a563296f008be1a4b0ee8045a (diff)
Merge pull request #5 from Wilba6582/master
Pulling in PCB changes
Diffstat (limited to 'keyboard/planck/config.h')
-rw-r--r--keyboard/planck/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h
index 81637f45b2..0b0c152479 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