diff options
Diffstat (limited to 'keyboards/helix')
-rw-r--r-- | keyboards/helix/pico/config.h | 3 | ||||
-rw-r--r-- | keyboards/helix/rev2/config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/helix/pico/config.h b/keyboards/helix/pico/config.h index 3e3eacdaa5..abd37f2fe0 100644 --- a/keyboards/helix/pico/config.h +++ b/keyboards/helix/pico/config.h @@ -48,9 +48,6 @@ 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 */ -// #define BACKLIGHT_LEVELS 3 - /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index 460dce69e5..aab761264c 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h @@ -60,9 +60,6 @@ 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 */ -// #define BACKLIGHT_LEVELS 3 - /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 |