diff options
author | Joel Challis <git@zvecr.com> | 2019-08-15 22:01:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-15 22:01:34 +0100 |
commit | fadb69e2031a259248dd575384da8846ba0c2aa3 (patch) | |
tree | d7e7d80b62db0044af127c69b8b90ea6d489b0cc /keyboards/lets_split_eh/eh/eh.c | |
parent | ee8d9bd40ad4f5b8d23be951d652143582d42938 (diff) | |
download | firmware-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.c | 13 |
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(); -}; - |