mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 20:14:40 +00:00
9 lines
170 B
C
9 lines
170 B
C
// Copyright 2021 Joric (@joric)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#ifdef KEYBOARD_jorne_rev1
|
|
# include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|