mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 09:55:48 +00:00
10 lines
231 B
C
10 lines
231 B
C
// Copyright 2022 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include "quantum.h"
|
|
#include "layouts.h" // Ensure access to info.json layouts
|
|
|
|
// This file only exists to pull in....
|
|
#include "ergodox_compat.h"
|