diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2015-10-27 12:49:07 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-27 12:49:07 -0400 |
| commit | d35402938f45d36b6f0afed758737742dba88fa7 (patch) | |
| tree | 3f0eff4cd8e23b7f571d05ad23c4439c61b5a6ca /keyboard/gh60/matrix.c | |
| parent | 0e93ee235f9a7595bfe6d947fff60a4f94f168ac (diff) | |
| download | qmk_firmware-d35402938f45d36b6f0afed758737742dba88fa7.tar.gz qmk_firmware-d35402938f45d36b6f0afed758737742dba88fa7.zip | |
reverting gh60
Diffstat (limited to 'keyboard/gh60/matrix.c')
| -rw-r--r-- | keyboard/gh60/matrix.c | 5 |
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 | /* |
| 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | 2 | Copyright 2012 Jun Wako <wakojun@gmail.com> |
| 3 | |||
| 3 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 4 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
| 5 | the Free Software Foundation, either version 2 of the License, or | 6 | the 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 | |||
| 7 | This program is distributed in the hope that it will be useful, | 9 | This program is distributed in the hope that it will be useful, |
| 8 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | GNU General Public License for more details. | 12 | GNU General Public License for more details. |
| 13 | |||
| 11 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 12 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along 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 | } |
