diff options
author | takishim <96878459+takishim@users.noreply.github.com> | 2022-02-01 09:28:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 00:28:48 +0000 |
commit | f404ec329f62ef3978f78b516563619120557c8b (patch) | |
tree | 7e5dafa83900e8e1cf6ea2840a45a927d44333ad /keyboards/mikeneko65/rev4/rev4.c | |
parent | 59f37bb710cd588aa8bd4835d1d8732bedd0f3b2 (diff) |
Fixed a bug in pin assignment. (#16158)
Added original copyright notice.
Assign the tilde key to layer 1.
Co-authored-by: takishim <tadashi@kishimo.to>
Diffstat (limited to 'keyboards/mikeneko65/rev4/rev4.c')
-rw-r--r-- | keyboards/mikeneko65/rev4/rev4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/mikeneko65/rev4/rev4.c b/keyboards/mikeneko65/rev4/rev4.c index bf16b41c8e..35d8509a09 100644 --- a/keyboards/mikeneko65/rev4/rev4.c +++ b/keyboards/mikeneko65/rev4/rev4.c @@ -1,4 +1,5 @@ -/* Copyright 2022 takishim +/* Copyright 2020 kkatano + * Copyright 2022 takishim * * 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 |