diff options
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 | } |
