~ruther/qmk_firmware

ref: 6ffe240bae31effcee1d71ddf2758dd307a736ca qmk_firmware/keyboards/handwired/onekey/keymaps/chibios_waiting_test/config.h -rw-r--r-- 273 bytes
6ffe240b — Rutherther feat: tweak symbol layer 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2022 Stefan Kerkmann
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#if !defined(QMK_WAITING_TEST_BUSY_PIN)
#    define QMK_WAITING_TEST_BUSY_PIN A8
#endif

#if !defined(QMK_WAITING_TEST_YIELD_PIN)
#    define QMK_WAITING_TEST_YIELD_PIN A9
#endif
Do not follow this link