aboutsummaryrefslogtreecommitdiff
path: root/keyboard/gh60/matrix.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-27 12:49:07 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-27 12:49:07 -0400
commitd35402938f45d36b6f0afed758737742dba88fa7 (patch)
tree3f0eff4cd8e23b7f571d05ad23c4439c61b5a6ca /keyboard/gh60/matrix.c
parent0e93ee235f9a7595bfe6d947fff60a4f94f168ac (diff)
downloadqmk_firmware-d35402938f45d36b6f0afed758737742dba88fa7.tar.gz
qmk_firmware-d35402938f45d36b6f0afed758737742dba88fa7.zip
reverting gh60
Diffstat (limited to 'keyboard/gh60/matrix.c')
-rw-r--r--keyboard/gh60/matrix.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/gh60/matrix.c b/keyboard/gh60/matrix.c
index a226203db..53a0b731b 100644
--- a/keyboard/gh60/matrix.c
+++ b/keyboard/gh60/matrix.c
@@ -1,13 +1,16 @@
1/* 1/*
2Copyright 2012 Jun Wako <wakojun@gmail.com> 2Copyright 2012 Jun Wako <wakojun@gmail.com>
3
3This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
4it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
5the Free Software Foundation, either version 2 of the License, or 6the Free Software Foundation, either version 2 of the License, or
6(at your option) any later version. 7(at your option) any later version.
8
7This program is distributed in the hope that it will be useful, 9This program is distributed in the hope that it will be useful,
8but WITHOUT ANY WARRANTY; without even the implied warranty of 10but WITHOUT ANY WARRANTY; without even the implied warranty of
9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10GNU General Public License for more details. 12GNU General Public License for more details.
13
11You should have received a copy of the GNU General Public License 14You should have received a copy of the GNU General Public License
12along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
13*/ 16*/
@@ -205,4 +208,4 @@ static void select_row(uint8_t row)
205 PORTD &= ~(1<<5); 208 PORTD &= ~(1<<5);
206 break; 209 break;
207 } 210 }
208} \ No newline at end of file 211}