blob: 191b1ca2a93ce9d740264e6509cf7e268aa50b60 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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"
|