forked from mirrors/qmk_userspace
[Keyboard] Add Snatchpad keyboard (#16330)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: xia0 <xiao@morgan.net.au>
This commit is contained in:
parent
2d1f2810a4
commit
18490537a5
8 changed files with 334 additions and 0 deletions
23
keyboards/handwired/snatchpad/keymaps/default/keymap.c
Normal file
23
keyboards/handwired/snatchpad/keymaps/default/keymap.c
Normal file
|
@ -0,0 +1,23 @@
|
|||
// Copyright 2022 xia0 (@xia0)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_ESC , KC_SPC , MO(2) ,
|
||||
KC_MPRV, KC_MNXT, KC_ENT ,
|
||||
KC_MUTE, KC_MPLY
|
||||
),
|
||||
[1] = LAYOUT(
|
||||
KC_LOCK, KC_UP , _______,
|
||||
KC_LEFT, KC_DOWN, KC_RGHT,
|
||||
KC_BTN1, KC_BTN2
|
||||
),
|
||||
[2] = LAYOUT(
|
||||
_______, _______, _______,
|
||||
_______, _______, _______,
|
||||
TO(0) , TO(1)
|
||||
)
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue