mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-08 08:34:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
df6afd9217
2 changed files with 18 additions and 0 deletions
17
keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
Normal file
17
keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
/* Copyright 2024 Logan Butler*/
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
|
||||||
|
[0] = LAYOUT_numpad_6x4(
|
||||||
|
KC_BSPC, KC_EQL, LSFT(KC_9),LSFT(KC_0),
|
||||||
|
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS,
|
||||||
|
KC_P7, KC_P8, KC_P9,
|
||||||
|
KC_P4, KC_P5, KC_P6, KC_PPLS,
|
||||||
|
KC_P1, KC_P2, KC_P3,
|
||||||
|
KC_P0, KC_PDOT, KC_PENT
|
||||||
|
),
|
||||||
|
|
||||||
|
};
|
1
keyboards/matchstickworks/normiepad/keymaps/via/rules.mk
Normal file
1
keyboards/matchstickworks/normiepad/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1 @@
|
||||||
|
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue