diff options
author | Joel Challis <git@zvecr.com> | 2020-11-21 19:11:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 19:11:24 +0000 |
commit | 23222625c201cd960a5b4a99ee52e74d4c13bba9 (patch) | |
tree | 0fc0f24d2a60fb9e327debaca0b9fac72716487a /keyboards/al1/al1.h | |
parent | 4368611bfd87a544689ed10bb4450a39314bf1a1 (diff) |
Refactor to use led config - Part 5 (#10975)
* Refactor to use led config
* Refactor to use led config
* Refactor to use led config
Diffstat (limited to 'keyboards/al1/al1.h')
-rw-r--r-- | keyboards/al1/al1.h | 5 |
1 files changed, 0 insertions, 5 deletions
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,\ |