diff options
author | Markus Knutsson <markus.knutsson@tweety.se> | 2022-10-01 01:33:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 16:33:09 -0700 |
commit | 2b33d2c098e3bda50fde67fb49f856e2bb3ab1b5 (patch) | |
tree | e8d32b16b203eebe5bffbf15ec68a9ca0a6bcd6e /keyboards/tweetydabird/lbs4/config.h | |
parent | 3db33fba28f3322fdd1da59a7eff81ecfb9b4358 (diff) |
[Keyboard] Add Little Big Scroll 4 macropad (#18516)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/tweetydabird/lbs4/config.h')
-rw-r--r-- | keyboards/tweetydabird/lbs4/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/tweetydabird/lbs4/config.h b/keyboards/tweetydabird/lbs4/config.h new file mode 100644 index 0000000000..91df795bae --- /dev/null +++ b/keyboards/tweetydabird/lbs4/config.h @@ -0,0 +1,10 @@ +// Copyright 2022 Markus Knutsson (@TweetyDaBird) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once +#include "config_common.h" + +// Bootmagic Lite key configuration +// Not yet supported in info.json ? +#define BOOTMAGIC_LITE_ROW 0 +#define BOOTMAGIC_LITE_COLUMN 0
\ No newline at end of file |