blob: 42b5b887e70f68ef35a1b3562f1d008c7487e5ea (
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 0
#define BOOTMAGIC_LITE_COLUMN 0
|