Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
spiffchorder:chord_creation [2008/01/06 20:01] – WinAVR spiff | spiffchorder:chord_creation [2023/02/09 23:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
===== Layout or How Many Thumbs? | ===== Layout or How Many Thumbs? | ||
+ | |||
Line 15: | Line 16: | ||
===== Code Considerations ===== | ===== Code Considerations ===== | ||
- | * [[#3 modes available]] | + | |
- | * [[# | + | * [[# |
- | * [[# | + | * [[# |
==== 3 modes available ==== | ==== 3 modes available ==== | ||
+ | |||
Line 25: | Line 27: | ||
==== keycodes.h ==== | ==== keycodes.h ==== | ||
- | The keycodes.h file contains the names you will assign to your chords. | + | The {{spiffchorder: |
Unless you want to rewright some of the code (which you are more than welcome to do) you are restrictied to these key codes. | Unless you want to rewright some of the code (which you are more than welcome to do) you are restrictied to these key codes. | ||
Line 60: | Line 62: | ||
==== Planning ==== | ==== Planning ==== | ||
+ | |||
===== The Format of the .h file ===== | ===== The Format of the .h file ===== | ||
+ | An empty chord file is provided as {{spiffchorder: | ||
===== Building the Cross Compiler ===== | ===== Building the Cross Compiler ===== |