blob: 176c814e352134cd22130014244ce9d71dea85f6 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright 2022 moritz plattner (@moritz plattner)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// Move Bootmagic key from ~ to ESC (0,0 to 1,0)
#define BOOTMAGIC_LITE_ROW 1
#define BOOTMAGIC_LITE_COLUMN 0
|