qmk-keychron-q3-colemak-dh/keyboards/binepad/bn009/keymaps/vial/config.h
Vino Rodrigues 0f5f9b5756
Addition of the Binpad BN009 R2 3x3 macropad (#387)
* Add Binepad BN009 v2

* Align code to qmk upstream

* Merge R1 and R2 sources into one common source base
2023-03-06 00:07:22 -06:00

14 lines
407 B
C

// Copyright 2023 Binepad
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#if defined(KEYBOARD_binepad_bn009_r1)
#define VIAL_KEYBOARD_UID {0x48, 0x7D, 0x01, 0xAC, 0xB2, 0x33, 0x46, 0x83}
#else // KEYBOARD_binepad_bn009_r2
#define VIAL_KEYBOARD_UID {0x48, 0x7D, 0x01, 0xAC, 0xB2, 0x33, 0x46, 0x84}
#endif
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 2 }