Formatting

This commit is contained in:
Bruce Barnett 2022-07-11 14:43:49 -04:00
parent e874c410f4
commit d42f29880d

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