This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
reform
Watch
2
Star
0
Fork
4
Code
Issues
0
Pull Requests
3
Releases
0
Wiki
Activity
Browse Source
forgotten register write in historic reform1 keyboard fw
reform2-nitrogen8m
mntmn
9 months ago
parent
8e070e4c29
commit
65b87e63b1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
historic-reform1/reform-keyboard-fw/Keyboard.c
+ 2
- 0
historic-reform1/reform-keyboard-fw/Keyboard.c
View File
@@ -92,6 +92,8 @@ void SetupHardware()
/* Hardware Initialization */
USB_Init();
ADCSRA = 0;
DDRB = 0b00111111;
DDRD = 0b00000000;
DDRF = 0b10000000;
Write
Preview
Loading…
Cancel
Save