From fdb81678f8edfe198548062417d25125dae1e7f9 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 22 Sep 2024 18:20:51 +0200 Subject: use qmk userspac as described here: https://docs.qmk.fm/newbs_external_userspace --- keyboards/crkbd/keymaps/christoph-cullmann/config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 keyboards/crkbd/keymaps/christoph-cullmann/config.h (limited to 'keyboards/crkbd/keymaps/christoph-cullmann/config.h') diff --git a/keyboards/crkbd/keymaps/christoph-cullmann/config.h b/keyboards/crkbd/keymaps/christoph-cullmann/config.h new file mode 100644 index 0000000..d4d52a1 --- /dev/null +++ b/keyboards/crkbd/keymaps/christoph-cullmann/config.h @@ -0,0 +1,12 @@ +/** + * SPDX-FileCopyrightText: 2024 Christoph Cullmann + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#pragma once + +// our shared config parts +#include "common/config.h" + +// select hand configuration +#define SPLIT_USB_DETECT -- cgit v1.2.3