diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-30 03:02:17 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-30 03:02:17 +0000 |
commit | 848984a772017777af0d93f4caffb6a35d095ce6 (patch) | |
tree | 789a04033f8044d754770880d4cd225da07443ae /keyboards/tweetydabird/lbs6/config.h | |
parent | a50b18c9aadbb463dc4c1dc2cea58e1a362cec6a (diff) | |
parent | dab9edeabb1ccbaa0d71d10b5b349c6862dea771 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tweetydabird/lbs6/config.h')
-rw-r--r-- | keyboards/tweetydabird/lbs6/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/tweetydabird/lbs6/config.h b/keyboards/tweetydabird/lbs6/config.h new file mode 100644 index 0000000000..ed8d2caa5b --- /dev/null +++ b/keyboards/tweetydabird/lbs6/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 2 +#define BOOTMAGIC_LITE_COLUMN 2 |