~ruther/qmk_firmware

qmk_firmware/keyboards/junco/rev1/post_config.h -rw-r--r-- 351 bytes
6e7c1c90 — Rutherther fix: remap ROW3 in kyria because of broken pin by static electricity discharge 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2022 Dane Skalski (@Daneski13)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

/* Default Bootmagic lite */
// Top left for left side is default in core

// Top right for right side
#ifndef BOOTMAGIC_ROW_RIGHT
#    define BOOTMAGIC_ROW_RIGHT 5
#endif
#ifndef BOOTMAGIC_COLUMN_RIGHT
#    define BOOTMAGIC_COLUMN_RIGHT 0
#endif
Do not follow this link