From 84920ff5f4c1dfb3c84ca175899f81804be30396 Mon Sep 17 00:00:00 2001 From: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> Date: Thu, 10 Nov 2022 08:26:43 +1100 Subject: Addition of the Binepad BN006 6-key macropad (#18810) --- keyboards/binepad/bn006/keymaps/default/keymap.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 keyboards/binepad/bn006/keymaps/default/keymap.c (limited to 'keyboards/binepad/bn006/keymaps/default/keymap.c') diff --git a/keyboards/binepad/bn006/keymaps/default/keymap.c b/keyboards/binepad/bn006/keymaps/default/keymap.c new file mode 100755 index 0000000000..a79ff505a1 --- /dev/null +++ b/keyboards/binepad/bn006/keymaps/default/keymap.c @@ -0,0 +1,18 @@ +/* Copyright 2022 Binepad (@binpad) */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + /* + * ┌───┬───┬───┐ + * │ A │ B │ C │ + * ├───┼───┼───┤ + * │ D │ E │ F │ + * └───┴───┴───┘ + */ + [0] = LAYOUT_ortho_2x3( + KC_MPLY, KC_MUTE, KC_VOLU, + KC_MPRV, KC_MNXT, KC_VOLD + ) +}; -- cgit v1.2.3