diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-25 00:28:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:28:38 +0100 |
commit | cf41c24db853f825150802d30dce73ba507b69c0 (patch) | |
tree | 832ea3d643dabefb6174fc2849f1700b3a5b6902 /keyboards/handwired/onekey/rp2040/info.json | |
parent | e06ea4a10fd57abfc51f4021dfc2dbe15e5432b2 (diff) |
Move keyboard USB IDs and strings to data driven: develop (#18152)
* Move keyboard USB IDs and strings to data driven: develop
* Also do new onekeys
Diffstat (limited to 'keyboards/handwired/onekey/rp2040/info.json')
-rw-r--r-- | keyboards/handwired/onekey/rp2040/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/rp2040/info.json b/keyboards/handwired/onekey/rp2040/info.json new file mode 100644 index 0000000000..696b021dc1 --- /dev/null +++ b/keyboards/handwired/onekey/rp2040/info.json @@ -0,0 +1,3 @@ +{ + "keyboard_name": "Onekey RP2040" +} |