aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split_eh/eh/eh.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-08-15 22:01:34 +0100
committerGitHub <noreply@github.com>2019-08-15 22:01:34 +0100
commitfadb69e2031a259248dd575384da8846ba0c2aa3 (patch)
treed7e7d80b62db0044af127c69b8b90ea6d489b0cc /keyboards/lets_split_eh/eh/eh.c
parentee8d9bd40ad4f5b8d23be951d652143582d42938 (diff)
downloadfirmware-fadb69e2031a259248dd575384da8846ba0c2aa3.tar.gz
firmware-fadb69e2031a259248dd575384da8846ba0c2aa3.tar.bz2
firmware-fadb69e2031a259248dd575384da8846ba0c2aa3.zip
Refactor of lets_split_eh to enable RGB split animations (#6411)
Diffstat (limited to 'keyboards/lets_split_eh/eh/eh.c')
-rw-r--r--keyboards/lets_split_eh/eh/eh.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/lets_split_eh/eh/eh.c b/keyboards/lets_split_eh/eh/eh.c
index e748d3ae0..d5a312085 100644
--- a/keyboards/lets_split_eh/eh/eh.c
+++ b/keyboards/lets_split_eh/eh/eh.c
@@ -1,14 +1 @@
#include "lets_split_eh.h"
-
-void matrix_init_kb(void) {
-
- // JTAG disable for PORT F. write JTD bit twice within four cycles.
- MCUCR |= (1<<JTD);
- MCUCR |= (1<<JTD);
-
- // Undo init of RX LED, we use that port currently
- // DDRB &= ~(1<<0);
-
- matrix_init_user();
-};
-