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:
Andrew Kannan 2023-09-24 22:59:38 -04:00 committed by GitHub
parent 56d2e4e173
commit 98f69f5fe1
2 changed files with 12 additions and 0 deletions

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

View file

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