aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/oddball/info.json
diff options
context:
space:
mode:
authorAlexander Tulloh <alexandertulloh@gmail.com>2020-03-11 18:56:05 +1100
committerGitHub <noreply@github.com>2020-03-11 00:56:05 -0700
commite72562fe6fe3f3669559f88ba11d1074ad0e4ffa (patch)
tree9152103ede7d3b414f501eb286087a40e04aeddb /keyboards/oddball/info.json
parent2b66acf04a82bc571ac5f545be7c43af722d6704 (diff)
downloadfirmware-e72562fe6fe3f3669559f88ba11d1074ad0e4ffa.tar.gz
firmware-e72562fe6fe3f3669559f88ba11d1074ad0e4ffa.tar.bz2
firmware-e72562fe6fe3f3669559f88ba11d1074ad0e4ffa.zip
[Keyboard] Oddball keyboard (#8352)
* Initial commit of oddball keyboard * Update oddball project url * Update pointer functions to only run on master side * Add unique product version * Capitalise product name * Convert oddball keymap layer flags to enum * Remove commented keyboard boilerplate code * Remove unused keymap config * Fix incorrect layout in info.json * Add markdown link text in readme
Diffstat (limited to 'keyboards/oddball/info.json')
-rw-r--r--keyboards/oddball/info.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/oddball/info.json b/keyboards/oddball/info.json
new file mode 100644
index 000000000..8b38c9fa8
--- /dev/null
+++ b/keyboards/oddball/info.json
@@ -0,0 +1,21 @@
+{
+ "keyboard_name": "Oddball",
+ "url": "https://atulloh.github.io/oddball",
+ "maintainer": "Alexander Tulloh",
+ "width": 14,
+ "height": 4.75,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"sw1", "x":0, "y":0.37}, {"label":"sw2", "x":1, "y":0.37}, {"label":"sw3", "x":2, "y":0.12}, {"label":"sw4", "x":3, "y":0}, {"label":"sw5", "x":4, "y":0.12}, {"label":"sw6", "x":5, "y":0.25},
+ {"label":"sw6", "x":8 , "y":0.25}, {"label":"sw5", "x":9 , "y":0.12}, {"label":"sw4", "x":10, "y":0}, {"label":"sw3", "x":11, "y":0.12}, {"label":"sw2", "x":12, "y":0.37}, {"label":"sw1", "x":13, "y":0.37},
+ {"label":"sw7", "x":0, "y":1.37}, {"label":"sw8", "x":1, "y":1.37}, {"label":"sw9", "x":2, "y":1.12}, {"label":"sw10", "x":3, "y":1}, {"label":"sw11", "x":4, "y":1.12}, {"label":"sw12", "x":5, "y":1.25},
+ {"label":"sw12", "x":8, "y":1.25}, {"label":"sw11", "x":9, "y":1.12}, {"label":"sw10", "x":10, "y":1}, {"label":"sw9", "x":11, "y":1.12}, {"label":"sw8", "x":12, "y":1.37}, {"label":"sw7", "x":13, "y":1.37},
+ {"label":"sw13", "x":0, "y":2.37}, {"label":"sw14", "x":1, "y":2.37}, {"label":"sw15", "x":2, "y":2.12}, {"label":"sw16", "x":3, "y":2}, {"label":"sw17", "x":4, "y":2.12}, {"label":"sw18", "x":5, "y":2.25},
+ {"label":"sw18", "x":8, "y":2.25}, {"label":"sw17", "x":9, "y":2.12}, {"label":"sw16", "x":10, "y":2}, {"label":"sw15", "x":11, "y":2.12}, {"label":"sw14", "x":12, "y":2.37}, {"label":"sw13", "x":13, "y":2.37},
+ {"label":"sw19", "x":4.5, "y":3.5, "h":1.25}, {"label":"sw20", "x":5.5, "y":3.5, "h":1.25},
+ {"label":"sw20", "x":7.5, "y":3.5, "h":1.25}, {"label":"sw19", "x":8.5, "y":3.5, "h":1.25}
+ ]
+ }
+ }
+}