diff options
author | Joshua Diamond <josh@windowoffire.com> | 2022-08-06 16:29:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 13:29:06 -0700 |
commit | 5408334083ef52beb3cc7ec01642515c70298f6c (patch) | |
tree | fa924fc7150bd014ebe4c9394ddad93779cd2391 /users/spidey3/layer_rgb.c | |
parent | e938c663e5e820206d1db3a763fb881dad2a714a (diff) |
Update ginkgo65hot to allow use of community layouts (#17911)
Diffstat (limited to 'users/spidey3/layer_rgb.c')
-rw-r--r-- | users/spidey3/layer_rgb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/spidey3/layer_rgb.c b/users/spidey3/layer_rgb.c index 77558016d0..671205362f 100644 --- a/users/spidey3/layer_rgb.c +++ b/users/spidey3/layer_rgb.c @@ -1,3 +1,6 @@ +// Copyright 2022 Joshua Diamond josh@windowoffire.com (@spidey3) +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H #include "spidey3.h" |