blob: 91df795baed54a8b89c45a1ac27bc7e71eae20a2 (
plain)
1
2
3
4
5
6
7
8
9
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
|