summaryrefslogtreecommitdiff
path: root/keyboards/lazydesigners/dimple/config.h
diff options
context:
space:
mode:
authorErovia <Erovia@users.noreply.github.com>2019-10-06 20:15:17 +0200
committerfauxpark <fauxpark@gmail.com>2019-10-07 05:15:17 +1100
commit60cd12f8a4ac82b1dcb2c8ec0f0231c2004507ce (patch)
tree150f205f7a547aeb833daf6c10d7aa2f88c3e338 /keyboards/lazydesigners/dimple/config.h
parentc73d6f6ac8904395557b857a1cac551c6dd5fe9c (diff)
Dimple: Fix Caps Lock LED behaviour (#6936)
* Dimple: Fix Caps Lock LED behaviour * Dimple: fix helper functions and cleanup unnecessary code
Diffstat (limited to 'keyboards/lazydesigners/dimple/config.h')
-rw-r--r--keyboards/lazydesigners/dimple/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/lazydesigners/dimple/config.h b/keyboards/lazydesigners/dimple/config.h
index 9814d1050c..5c36a72527 100644
--- a/keyboards/lazydesigners/dimple/config.h
+++ b/keyboards/lazydesigners/dimple/config.h
@@ -58,9 +58,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* #define RGBLIGHT_SAT_STEP 8 */
/* #define RGBLIGHT_VAL_STEP 8 */
#endif
-
-/* CapsLock LED */
-#define BACKLIGHT_PIN E6
-#ifdef BACKLIGHT_PIN
- #define BACKLIGHT_LEVELS 6
-#endif