diff options
author | ploopyco <54917504+ploopyco@users.noreply.github.com> | 2021-03-25 08:10:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 23:10:55 +1100 |
commit | 666623d39adc052d2f585e908694279a9d5a65c6 (patch) | |
tree | c32dbeb25af4596a1f94a036db2fb8698ee31ebf /keyboards/ploopyco/trackball_mini/info.json | |
parent | 0eabb01e27216611662d7e3c814a1a21bd20c90b (diff) |
ADNS-5050 / Ploopy Nano / Ploopy Mini Trackballs (#11994)
* added adns5050 sensor code, as well as implementations for the Ploopy Mini and the Ploopy Nano
* fixed spurious scrolling issue
* recommended fixes for pr linting and cleanup
Diffstat (limited to 'keyboards/ploopyco/trackball_mini/info.json')
-rw-r--r-- | keyboards/ploopyco/trackball_mini/info.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/ploopyco/trackball_mini/info.json b/keyboards/ploopyco/trackball_mini/info.json new file mode 100644 index 0000000000..7b30e0595f --- /dev/null +++ b/keyboards/ploopyco/trackball_mini/info.json @@ -0,0 +1,19 @@ +{ + "keyboard_name": "Ploopy Trackball Mini", + "url": "www.ploopy.co", + "maintainer": "ploopyco", + "manufacturer": "Ploopy Corporation", + "width": 8, + "height": 3, + "layouts": { + "LAYOUT": { + "layout": [ + {"x":0, "y":0, "h":2}, + {"x":1, "y":0.25, "h":1.5}, + {"x":2, "y":0, "h":2}, + {"x":3.5, "y":0, "h":2}, + {"x":4.5, "y":0, "h":2} + ] + } + } +} |