From 23222625c201cd960a5b4a99ee52e74d4c13bba9 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 21 Nov 2020 19:11:24 +0000 Subject: Refactor to use led config - Part 5 (#10975) * Refactor to use led config * Refactor to use led config * Refactor to use led config --- keyboards/al1/al1.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'keyboards/al1/al1.h') diff --git a/keyboards/al1/al1.h b/keyboards/al1/al1.h index 17a0c96552..c313a898d2 100644 --- a/keyboards/al1/al1.h +++ b/keyboards/al1/al1.h @@ -18,11 +18,6 @@ #include "quantum.h" -#define CONFIG_LED_IO \ - DDRB |= (1<<7) | (1<<6); \ - DDRD |= (1<<0) | (1<<1); - - #define LAYOUT( \ K500, K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, K415, K414,\ K501, K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, K115, K215, K413,\ -- cgit v1.2.3