8 lines
136 B
C
8 lines
136 B
C
// Copyright 2022 QMK
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#ifdef KEYBOARD_uzu42_rev1
|
|
#include "rev1.h"
|
|
#endif
|