forked from mirrors/qmk_firmware
2b33d2c098
Co-authored-by: Drashna Jaelre <drashna@live.com>
10 lines
No EOL
269 B
C
10 lines
No EOL
269 B
C
// 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 |