2024-09-22 17:58:29 +02:00
|
|
|
/**
|
|
|
|
* SPDX-FileCopyrightText: 2024 Christoph Cullmann <christoph@cullmann.io>
|
|
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
2024-09-22 17:50:24 +02:00
|
|
|
*/
|
2024-08-27 11:59:08 +02:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2024-08-27 12:21:54 +02:00
|
|
|
// our shared config parts
|
2024-09-22 18:20:51 +02:00
|
|
|
#include "common/config.h"
|
2024-08-27 11:59:08 +02:00
|
|
|
|
2024-08-27 18:18:57 +02:00
|
|
|
// select hand configuration
|
|
|
|
#define SPLIT_USB_DETECT
|