diff options
author | gourdo1 <gourdo1@users.noreply.github.com> | 2022-07-02 07:11:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 00:11:26 +1000 |
commit | 97dfdcb2bd5013259f8500bcd31aaaa4826145c6 (patch) | |
tree | 14887079ac94b68d5406ae9daab042168e9e92f3 /users/gourdo1/gourdo1_encoder.c | |
parent | d694488e2e39e9b599775a49fd711acc768e3915 (diff) |
[keymap] Update gourdo1 keymap for Q2 changes (#17398)
Diffstat (limited to 'users/gourdo1/gourdo1_encoder.c')
-rw-r--r-- | users/gourdo1/gourdo1_encoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/gourdo1/gourdo1_encoder.c b/users/gourdo1/gourdo1_encoder.c index 72f8c3c354..5a19b63c6e 100644 --- a/users/gourdo1/gourdo1_encoder.c +++ b/users/gourdo1/gourdo1_encoder.c @@ -1,5 +1,5 @@ /* Copyright 2021 Jonavin Eng @Jonavin - Copyright 2022 gourdo1 <jcblake@outlook.com> + Copyright 2022 gourdo1 <gourdo1@outlook.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - #include QMK_KEYBOARD_H + #include "gourdo1.h" #ifdef ENCODER_ENABLE |