summaryrefslogtreecommitdiffstats
path: root/keyboards/sthlmkb/lagom/lagom.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-08 19:27:11 +1000
committerGitHub <noreply@github.com>2023-04-08 19:27:11 +1000
commitfd6449e42cf326bdf17eab118639faa6b0359eb7 (patch)
treeec572600024f903a939b69254bdc7b34a5f4437e /keyboards/sthlmkb/lagom/lagom.c
parent41feebf9bae805f58f6712039866d1b5334c97da (diff)
Move split space/backspace layouts to data driven (#20356)
Diffstat (limited to 'keyboards/sthlmkb/lagom/lagom.c')
-rw-r--r--keyboards/sthlmkb/lagom/lagom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sthlmkb/lagom/lagom.c b/keyboards/sthlmkb/lagom/lagom.c
index d26fd1e7f4..10ad6c0c32 100644
--- a/keyboards/sthlmkb/lagom/lagom.c
+++ b/keyboards/sthlmkb/lagom/lagom.c
@@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "lagom.h"
+#include "quantum.h"
#ifdef ENCODER_ENABLE
bool encoder_update_kb(uint8_t index, bool clockwise) {