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/adm42 | |
parent | 9c0ce80d7e7d266cfd2d8fb0d92889db06ea95ff (diff) |
Add some missing `#pragma once`s (#19902)
Diffstat (limited to 'keyboards/adm42')
-rw-r--r-- | keyboards/adm42/rev4/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/adm42/rev4/config.h b/keyboards/adm42/rev4/config.h index 9ad330d8f7..c03603b011 100644 --- a/keyboards/adm42/rev4/config.h +++ b/keyboards/adm42/rev4/config.h @@ -14,6 +14,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + #define MATRIX_COL_PINS { C6, B6, B5, B4, D7, D6, F0, F1, F4, F5, F6, F7 } #define MATRIX_ROW_PINS { C7, D5, D3, D2 } |