Add some missing #pragma onces (#19902)

This commit is contained in:
Ryan
2023-02-22 02:55:23 +11:00
committed by GitHub
parent 9c0ce80d7e
commit 499fc3b85e
65 changed files with 105 additions and 31 deletions

View File

@@ -24,6 +24,8 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#pragma once
// Top row of keyboard, when shift held
#define CHR_TILDE {0b00110000, 0b01000000, 0b00110000, 0b00001000, 0b00110000, 0b00000000}
#define CHR_BANG {0b00000000, 0b00000000, 0b11111010, 0b10000000, 0b00000000, 0b00000000}