diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-15 11:53:19 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 02:53:19 +0100 |
commit | 1027aed83a264d03cf3bbfd4a85ca7d240217b0f (patch) | |
tree | 17d41fcd7ac83fd21b0b1bac30eb16ac8e1be4b6 /keyboards/ferris/0_2/mini | |
parent | 4c91e5bef8324d6b21625aa698f153d9b47600d0 (diff) |
Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958)
Diffstat (limited to 'keyboards/ferris/0_2/mini')
-rw-r--r-- | keyboards/ferris/0_2/mini/config.h | 23 | ||||
-rw-r--r-- | keyboards/ferris/0_2/mini/info.json | 6 |
2 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/ferris/0_2/mini/config.h b/keyboards/ferris/0_2/mini/config.h deleted file mode 100644 index e357cabe0b..0000000000 --- a/keyboards/ferris/0_2/mini/config.h +++ /dev/null @@ -1,23 +0,0 @@ -/* -Copyright 2021 Pierre Chevalier <pierrechevalier83@gmail.com> - -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 - -#undef PRODUCT_ID -#define PRODUCT_ID 0x0004 -#undef PRODUCT -#define PRODUCT Ferris 0.2 - Mini diff --git a/keyboards/ferris/0_2/mini/info.json b/keyboards/ferris/0_2/mini/info.json new file mode 100644 index 0000000000..0ab5db559a --- /dev/null +++ b/keyboards/ferris/0_2/mini/info.json @@ -0,0 +1,6 @@ +{ + "keyboard_name": "Ferris 0.2 - Mini", + "usb": { + "pid": "0x0004" + } +} |