Dimple: Fix Caps Lock LED behaviour (#6936) * Dimple: Fix Caps Lock LED behaviour * Dimple: fix helper functions and cleanup unnecessary code
2 files changed, 2 insertions(+), 8 deletions(-) M keyboards/lazydesigners/dimple/config.h M keyboards/lazydesigners/dimple/dimple.c
M keyboards/lazydesigners/dimple/config.h => keyboards/lazydesigners/dimple/config.h +0 -6
@@ 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
M keyboards/lazydesigners/dimple/dimple.c => keyboards/lazydesigners/dimple/dimple.c +2 -2