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
|
@ -7,15 +7,6 @@ KLL = 0.3;
|
|||
Date = 2014-09-14;
|
||||
|
||||
|
||||
# MOVE THIS SECTION to another file
|
||||
usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
|
||||
layerState => Macro_layerState_capability( layer : 2, state : 1 );
|
||||
layerLatch => Macro_layerLatch_capability( layer : 2 );
|
||||
layerLock => Macro_layerLock_capability( layer : 2 );
|
||||
layerShift => Macro_layerShift_capability( layer : 2 );
|
||||
# END SECTION
|
||||
|
||||
|
||||
S0x00 : U"Esc";
|
||||
S0x01 : U"1";
|
||||
S0x02 : U"2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue