diff options
author | Wilba6582 <Jason.S.Wiliams@gmail.com> | 2015-06-30 17:35:18 +1000 |
---|---|---|
committer | Wilba6582 <Jason.S.Wiliams@gmail.com> | 2015-06-30 17:35:18 +1000 |
commit | 138156d4a0be4470f9653d7191d152c16f0678fc (patch) | |
tree | e42a7f3e9741d4f31b5e902681b76173990aab71 /keyboard/atomic/config.h | |
parent | efe8304e7977eb23a6738b047fb64aa2e08f7636 (diff) |
Update for Atomic PCB Rev 0
Diffstat (limited to 'keyboard/atomic/config.h')
-rw-r--r-- | keyboard/atomic/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/atomic/config.h b/keyboard/atomic/config.h index 5ea953805f..41f7bd8b9f 100644 --- a/keyboard/atomic/config.h +++ b/keyboard/atomic/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 |