diff options
author | Joel Challis <git@zvecr.com> | 2023-03-03 17:50:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 17:50:40 +0000 |
commit | 3be5d90b6d1c4534bcfce9725808e8c4d469a845 (patch) | |
tree | cc9c2ae2ead9a4fbdc2f9c7d1d3f3682e08b2d46 /keyboards/gboards | |
parent | c3c40dfda89d3d10bef90e08bf0600d1f4b1cd0e (diff) |
Remove some use of keymap.h (#20006)
Diffstat (limited to 'keyboards/gboards')
-rw-r--r-- | keyboards/gboards/butterstick/sten.h | 3 | ||||
-rw-r--r-- | keyboards/gboards/engine/engine.h | 3 | ||||
-rw-r--r-- | keyboards/gboards/g/engine.h | 4 | ||||
-rw-r--r-- | keyboards/gboards/georgi/sten.h | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/gboards/butterstick/sten.h b/keyboards/gboards/butterstick/sten.h index 0d5c58df21..84c54c9e2e 100644 --- a/keyboards/gboards/butterstick/sten.h +++ b/keyboards/gboards/butterstick/sten.h @@ -5,9 +5,10 @@ // // Amen. +#pragma once + #include QMK_KEYBOARD_H #include "mousekey.h" -#include "keymap.h" #include "keymap_steno.h" #include "wait.h" diff --git a/keyboards/gboards/engine/engine.h b/keyboards/gboards/engine/engine.h index 5b9d5b0ecb..5b2da811d8 100644 --- a/keyboards/gboards/engine/engine.h +++ b/keyboards/gboards/engine/engine.h @@ -10,9 +10,8 @@ crap is removed where possible */ -#include QMK_KEYBOARD_H #pragma once -#include "keymap.h" +#include QMK_KEYBOARD_H #include <string.h> #include <stdint.h> #include <stdio.h> diff --git a/keyboards/gboards/g/engine.h b/keyboards/gboards/g/engine.h index 547ea09fdd..e166ba37d2 100644 --- a/keyboards/gboards/g/engine.h +++ b/keyboards/gboards/g/engine.h @@ -10,9 +10,9 @@ crap is removed where possible */ -#include QMK_KEYBOARD_H #pragma once -#include "keymap.h" + +#include QMK_KEYBOARD_H #include <string.h> #include <stdint.h> #include <stdio.h> diff --git a/keyboards/gboards/georgi/sten.h b/keyboards/gboards/georgi/sten.h index 320c49514c..05d518efac 100644 --- a/keyboards/gboards/georgi/sten.h +++ b/keyboards/gboards/georgi/sten.h @@ -4,10 +4,10 @@ // the slave and the master. Until we return from main. // // Amen. +#pragma once #include QMK_KEYBOARD_H #include "mousekey.h" -#include "keymap.h" #include "keymap_steno.h" #include "wait.h" |