You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Copyright 2022 Joshua Diamond josh@windowoffire.com (@spidey3)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define NO_ACTION_ONESHOT
|
|
#undef LOCKING_SUPPORT_ENABLE
|
|
|
|
#define LAYER_STATE_8BIT
|
|
#define MAX_LAYER 4
|
|
|
|
#define SHIFT_BACKSPACE_DELETE
|