Formatting

This commit is contained in:
Bruce Barnett 2022-07-11 14:50:12 -04:00
parent d42f29880d
commit 44e952872e

View File

@ -14,10 +14,10 @@ The original definiton of the keys were this
| | L1 | L2 | R1 | R2 | SPKR | Mic| BS| NL| SPACE | | | L1 | L2 | R1 | R2 | SPKR | Mic| BS| NL| SPACE |
| ------|-------|-------|-------|-------|------|----|---|---|---------| | ------|-------|-------|-------|-------|------|----|---|---|---------|
| **none**| | | | | $ | ~ | \b| \n| **space** | | none | | | | | $ | ~ | \b| \n| space |
| Alt | | | | | \` | 0 | | | | | Alt | | | | | \` | 0 | | | |
| Shift | | | | | $ | | | | | | Shift | | | | | $ | | | | |
| Sym | | | | | $ | | |\| | **tab** | | Sym | | | | | $ | | |\| | tab |
@ -25,10 +25,10 @@ This firmware adds the following mappings
| | L1 | L2 | R1 | R2 | SPKR | Mic| BS| NL| SPACE | | | L1 | L2 | R1 | R2 | SPKR | Mic| BS| NL| SPACE |
| ------|--------|-------|-------|-------|------|----|---|---|---------| | ------|--------|-------|-------|-------|------|----|---|---|---------|
| **none**|**escape**| % | = | \\ | $ | ~ | \b| \n| **space** | | none | escape | % | = | \\ | $ | ~ | \b| \n| space |
| Alt | > | ] | } | & | \` | 0 | | | | | Alt | > | ] | } | & | \` | 0 | | | |
| Shift | < | ] | { | ^ | $ | ~ | \b| | | | Shift | < | ] | { | ^ | $ | ~ | \b| | |
| Sym | | | | | $ | ~ | \b|\| | **tab** | | Sym | | | | | $ | ~ | \b|\| | tab |
## Linux Debug tips ## Linux Debug tips