blob: 27f369473753f7c4852921d81bf2540aab2f50c2 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2022 Markus Knutsson (@TweetyDaBird)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// Bootmagic Lite key configuration
// Not yet supported in info.json ?
#define BOOTMAGIC_LITE_ROW 2
#define BOOTMAGIC_LITE_COLUMN 2
|