Adding support to Macro support to DPH
- Added layout files for 50 key and kishsaver - Not yet working (some USB issues on AVR to debug) - Fixed an OSX issue when building AVR - Cleanup
This commit is contained in:
parent
3b06d8f6ae
commit
dd9c018378
9 changed files with 166 additions and 300 deletions
2
main.c
2
main.c
|
|
@ -76,7 +76,7 @@ inline void usbTimerSetup()
|
|||
TIMSK0 = (1 << TOIE0);
|
||||
|
||||
// ARM
|
||||
#elif defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_) // ARM
|
||||
#elif defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_)
|
||||
// 48 MHz clock by default
|
||||
|
||||
// System Clock Gating Register Disable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue