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:
Logan Butler 2024-07-14 22:29:37 -07:00 committed by GitHub
parent aa45a4c39f
commit 363aa6ead7
2 changed files with 18 additions and 0 deletions

View 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
),
};

View file

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