reform

MNT Reform: Open Source Portable Computer
Log (Feed) | Files | Refs (Tags) | README

commit 65b87e63b1544ffcdf55cf708edc31670e486596
parent 8e070e4c29467dd67e2886a1d8a2e1901578a30a
Author: mntmn <lukas@mntmn.com>
Date:   Sat, 11 Apr 2020 20:46:49 +0200

forgotten register write in historic reform1 keyboard fw

Diffstat:
Mhistoric-reform1/reform-keyboard-fw/Keyboard.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/historic-reform1/reform-keyboard-fw/Keyboard.c b/historic-reform1/reform-keyboard-fw/Keyboard.c @@ -92,6 +92,8 @@ void SetupHardware() /* Hardware Initialization */ USB_Init(); + ADCSRA = 0; + DDRB = 0b00111111; DDRD = 0b00000000; DDRF = 0b10000000;