aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-07-27 10:37:33 +1000
committerJoel Challis <git@zvecr.com>2019-07-27 01:37:33 +0100
commit0bd03150e5952978e0a7044dcfea1bb617c2390d (patch)
tree6a6522c5cd335f179389055174c47e2748e8ae0a /keyboards
parentfeddc496ee1a6e1edc92adc35e6a6b5836bfae9b (diff)
downloadfirmware-0bd03150e5952978e0a7044dcfea1bb617c2390d.tar.gz
firmware-0bd03150e5952978e0a7044dcfea1bb617c2390d.tar.bz2
firmware-0bd03150e5952978e0a7044dcfea1bb617c2390d.zip
Remove NO_BACKLIGHT_CLOCK (#6418)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ares/config.h1
-rw-r--r--keyboards/bfake/config.h1
-rw-r--r--keyboards/canoe/config.h1
-rw-r--r--keyboards/donutcables/budget96/config.h1
-rw-r--r--keyboards/facew/config.h1
-rw-r--r--keyboards/ft/mars80/config.h1
-rw-r--r--keyboards/jc65/v32a/config.h1
-rw-r--r--keyboards/panc60/config.h1
-rw-r--r--keyboards/singa/config.h1
-rw-r--r--keyboards/unikorn/config.h1
10 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/ares/config.h b/keyboards/ares/config.h
index cca26aab3..dd01d1565 100644
--- a/keyboards/ares/config.h
+++ b/keyboards/ares/config.h
@@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/bfake/config.h b/keyboards/bfake/config.h
index 235181d09..8a43aacd9 100644
--- a/keyboards/bfake/config.h
+++ b/keyboards/bfake/config.h
@@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/canoe/config.h b/keyboards/canoe/config.h
index cddb749dc..45581b549 100644
--- a/keyboards/canoe/config.h
+++ b/keyboards/canoe/config.h
@@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/donutcables/budget96/config.h b/keyboards/donutcables/budget96/config.h
index 75aacb4d4..b8772fc86 100644
--- a/keyboards/donutcables/budget96/config.h
+++ b/keyboards/donutcables/budget96/config.h
@@ -36,6 +36,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/facew/config.h b/keyboards/facew/config.h
index 239783f8b..62ba98be5 100644
--- a/keyboards/facew/config.h
+++ b/keyboards/facew/config.h
@@ -36,6 +36,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/ft/mars80/config.h b/keyboards/ft/mars80/config.h
index b56adb114..1bf939287 100644
--- a/keyboards/ft/mars80/config.h
+++ b/keyboards/ft/mars80/config.h
@@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/jc65/v32a/config.h b/keyboards/jc65/v32a/config.h
index a5ec23ae4..e91f46aeb 100644
--- a/keyboards/jc65/v32a/config.h
+++ b/keyboards/jc65/v32a/config.h
@@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 8
#define MATRIX_COLS 16
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLED_NUM 16
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/panc60/config.h b/keyboards/panc60/config.h
index b5889180e..921d8da30 100644
--- a/keyboards/panc60/config.h
+++ b/keyboards/panc60/config.h
@@ -36,6 +36,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/singa/config.h b/keyboards/singa/config.h
index 29110bd4e..dda54ccf4 100644
--- a/keyboards/singa/config.h
+++ b/keyboards/singa/config.h
@@ -36,6 +36,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
diff --git a/keyboards/unikorn/config.h b/keyboards/unikorn/config.h
index 161956b88..a871c0e27 100644
--- a/keyboards/unikorn/config.h
+++ b/keyboards/unikorn/config.h
@@ -35,7 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 5
-#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#ifdef RGBLIGHT_ENABLE
#define RGBLED_NUM 17