[Keyboard] Add alhenkb macropad (#20123)

This commit is contained in:
Alejandro Chacón 2023-03-29 20:47:14 +02:00 committed by GitHub
parent 4313dfc796
commit bc114cfbc4
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,27 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/*
*
* 1 2 3 4
*
* 5 6 7 8
*
* Q W E R
*
* A S D F
*
* Z X C V
*
*/
[0] = LAYOUT_ortho_5x4(
KC_P1, KC_P2, KC_P3, KC_P4,
KC_P5, KC_P6, KC_P7, KC_P8,
KC_Q, KC_W, KC_E, KC_R,
KC_A, KC_S, KC_D, KC_F,
KC_Z, KC_X, KC_C, KC_V
),
};

View file

@ -0,0 +1 @@
VIA_ENABLE = yes