Added License Headers

This commit is contained in:
Patrick Mathern 2024-10-27 17:29:06 -04:00
parent 35b35df7ec
commit 00e8f38ace
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
// Copyright 2024 Patrick Mathern (@Patrickemm)
// SPDX-License-Identifier: GPL-2.0-or-later
#define DYNAMIC_KEYMAP_LAYER_COUNT 8 #define DYNAMIC_KEYMAP_LAYER_COUNT 8
#define ENCODER_RESOLUTION 4 #define ENCODER_RESOLUTION 4
#define OLED_TIMEOUT 60000 #define OLED_TIMEOUT 60000

View File

@ -1,5 +1,7 @@
#include QMK_KEYBOARD_H // Copyright 2024 Patrick Mathern (@Patrickemm)
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H
// Define the keycode, `QK_USER` avoids collisions with existing keycodes // Define the keycode, `QK_USER` avoids collisions with existing keycodes
enum keycodes { enum keycodes {