* Add Binepad BN009 v2 * Align code to qmk upstream * Merge R1 and R2 sources into one common source base
12 lines
303 B
C
12 lines
303 B
C
// Copyright 2020 Binepad (@binepad)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include "config_common.h"
|
|
|
|
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
|
#define LOCKING_SUPPORT_ENABLE
|
|
/* Locking resynchronize hack */
|
|
#define LOCKING_RESYNC_ENABLE
|