mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-02 13:44:17 -04:00
Add matchstickworks normiepad (#23183)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
aa45a4c39f
commit
363aa6ead7
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