diff options
author | フィルターペーパー <76888457+filterpaper@users.noreply.github.com> | 2023-12-25 22:40:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 07:40:30 -0700 |
commit | e5a92fa80f26243167a703fdd778fde3c9097adc (patch) | |
tree | 596a43fa89ddb966b8ff663109dd0e8101c03a5d /keyboards/late9/rev1/config.h | |
parent | 2166eaf9a71316a0cd8683baa2a4087a2a186332 (diff) |
Refactor: group rookiebwoy keyboards (#22745)
Move @rookiebwoy's keyboards into rookiebwoy folder
Diffstat (limited to 'keyboards/late9/rev1/config.h')
-rw-r--r-- | keyboards/late9/rev1/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/late9/rev1/config.h b/keyboards/late9/rev1/config.h deleted file mode 100644 index 8c9a5702f2..0000000000 --- a/keyboards/late9/rev1/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* -Copyright 2021 rookiebwoy - -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 -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ -#pragma once - -/* Oneshot interval */ -#define ONESHOT_TIMEOUT 5000 |