diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-22 02:55:23 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 15:55:23 +0000 |
commit | 499fc3b85e99de725535eb73f653d77a71339e3f (patch) | |
tree | 50b956f7558ea42f531cd04038d925529fdc8696 /keyboards/clueboard | |
parent | 9c0ce80d7e7d266cfd2d8fb0d92889db06ea95ff (diff) |
Add some missing `#pragma once`s (#19902)
Diffstat (limited to 'keyboards/clueboard')
-rw-r--r-- | keyboards/clueboard/2x1800/2021/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/clueboard/2x1800/2021/font.h b/keyboards/clueboard/2x1800/2021/font.h index 5ddcbfba56..191d11dcee 100644 --- a/keyboards/clueboard/2x1800/2021/font.h +++ b/keyboards/clueboard/2x1800/2021/font.h @@ -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} |