2022-05-31 03:08:56 +01:00
|
|
|
// Copyright 2022 QMK
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2021-09-01 10:03:14 +01:00
|
|
|
#pragma once
|
2017-08-12 15:05:05 +01:00
|
|
|
|
|
|
|
#include "quantum.h"
|
2022-05-31 03:08:56 +01:00
|
|
|
#include "layouts.h" // Ensure access to info.json layouts
|
2018-05-21 05:45:38 +01:00
|
|
|
|
2022-05-31 03:08:56 +01:00
|
|
|
// This file only exists to pull in....
|
|
|
|
#include "ergodox_compat.h"
|