use qmk userspac as described here: https://docs.qmk.fm/newbs_external_userspace
This commit is contained in:
parent
f848451aa7
commit
fdb81678f8
10 changed files with 19 additions and 10 deletions
12
keyboards/crkbd/keymaps/christoph-cullmann/config.h
Normal file
12
keyboards/crkbd/keymaps/christoph-cullmann/config.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* SPDX-FileCopyrightText: 2024 Christoph Cullmann <christoph@cullmann.io>
|
||||
* 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
|
Loading…
Add table
Add a link
Reference in a new issue