Community modules (#24848)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Copyright 2025 Nick Brassel (@tzarc)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
LAYOUT_ortho_1x1(CM_HELO)
|
||||
};
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"modules": ["qmk/hello_world"]
|
||||
}
|
||||
Reference in New Issue
Block a user