mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-11 20:58:15 +06:00
9 lines
223 B
C
9 lines
223 B
C
|
// 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
|