summaryrefslogtreecommitdiff
path: root/keyboards/kapl/kapl.h
blob: 019e3267d45fbddf0b5dc75c9981bb999f53cceb (plain)
1
2
3
4
5
6
7
8
// Copyright 2022 Alexander Lozyuk (@keyzog)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "quantum.h"

#ifdef KEYBOARD_kapl_rev1
#   include "rev1.h"
#endif