mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 23:24:17 -04:00
Add is0gr to QMK (#22024)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
This commit is contained in:
parent
56d2e4e173
commit
98f69f5fe1
2 changed files with 12 additions and 0 deletions
11
keyboards/cannonkeys/is0gr/keymaps/via/keymap.c
Normal file
11
keyboards/cannonkeys/is0gr/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
// Copyright 2023 Andrew Kannan
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
[0] = LAYOUT_ortho_1x1(
|
||||||
|
KC_ENT
|
||||||
|
),
|
||||||
|
};
|
||||||
|
|
1
keyboards/cannonkeys/is0gr/keymaps/via/rules.mk
Normal file
1
keyboards/cannonkeys/is0gr/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1 @@
|
||||||
|
VIA_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue