mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 23:24:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
fd74e8773d
2 changed files with 22 additions and 0 deletions
21
keyboards/handwired/itstleo9/keymaps/via/keymap.c
Normal file
21
keyboards/handwired/itstleo9/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,21 @@
|
|||
// Copyright 2023 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/*
|
||||
* ┌───┬───┬───┐
|
||||
* │ A │ B │ C │
|
||||
* ├───┼───┼───┤
|
||||
* │ D │ E │ F │
|
||||
* ├───┼───┼───┤
|
||||
* │ G │ H │ I │
|
||||
* └───┴───┴───┘
|
||||
*/
|
||||
[0] = LAYOUT_ortho_3x3(
|
||||
KC_A, KC_B, KC_C,
|
||||
KC_D, KC_E, KC_F,
|
||||
KC_G, KC_H, KC_I
|
||||
)
|
||||
};
|
1
keyboards/handwired/itstleo9/keymaps/via/rules.mk
Normal file
1
keyboards/handwired/itstleo9/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue