mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
[Keyboard] matchstickworks/southpad - Move files to rev1, add rev2 (#21574)
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
12c02b7747
commit
73f7a8b157
2 changed files with 27 additions and 0 deletions
26
keyboards/matchstickworks/southpad/rev2/keymaps/via/keymap.c
Normal file
26
keyboards/matchstickworks/southpad/rev2/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,26 @@
|
|||
/* Copyright 2023 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(
|
||||
KC_BSPC, KC_EQL, LSFT(KC_9),LSFT(KC_0),
|
||||
KC_PMNS, KC_PAST, KC_PSLS, TG(1),
|
||||
KC_PPLS, KC_P9, KC_P8, KC_P7,
|
||||
KC_P6, KC_P5, KC_P4,
|
||||
KC_PENT, KC_P3, KC_P2, KC_P1,
|
||||
KC_PDOT, KC_P0
|
||||
),
|
||||
|
||||
[1] = LAYOUT(
|
||||
_______, _______, _______, _______,
|
||||
_______, _______, _______, _______,
|
||||
_______, KC_PGUP, KC_UP, KC_HOME,
|
||||
KC_LEFT, _______, KC_RGHT,
|
||||
_______, KC_PGDN, KC_DOWN, KC_END,
|
||||
KC_DEL, KC_INS
|
||||
),
|
||||
|
||||
};
|
|
@ -0,0 +1 @@
|
|||
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue