Built the first rev 3 board
This commit is contained in:
13
Firmware/MacroPad_Rev3_Ver1/keymaps/default/keymap.c
Normal file
13
Firmware/MacroPad_Rev3_Ver1/keymaps/default/keymap.c
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright 2023 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[0] = LAYOUT_all(
|
||||
KC_A, KC_B, KC_C, KC_D,
|
||||
KC_E, KC_F, KC_G, KC_H,
|
||||
KC_I, KC_J, KC_K, KC_L,
|
||||
KC_M, KC_N, KC_O, KC_P)
|
||||
};
|
||||
Reference in New Issue
Block a user