aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/felix/info.json
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-06-10 07:12:09 -0700
committerDrashna Jaelre <drashna@live.com>2018-06-10 07:12:09 -0700
commit769854b8a2678488c22145c0aede764d7710afa6 (patch)
tree094e656a48cae016b13e71570d28f30f6a149d67 /keyboards/felix/info.json
parent08210b3aa4aaa503df854c24a38551c1befa3d3e (diff)
downloadfirmware-769854b8a2678488c22145c0aede764d7710afa6.tar.gz
firmware-769854b8a2678488c22145c0aede764d7710afa6.tar.bz2
firmware-769854b8a2678488c22145c0aede764d7710afa6.zip
Felix: Refactor, Rules, and Configurator Support (#3160)
* Refactor * Configurator support * Add LAYOUTS = ortho_5x4 to rules.mk
Diffstat (limited to 'keyboards/felix/info.json')
-rw-r--r--keyboards/felix/info.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/felix/info.json b/keyboards/felix/info.json
new file mode 100644
index 000000000..2d324df1a
--- /dev/null
+++ b/keyboards/felix/info.json
@@ -0,0 +1,12 @@
+{
+ "keyboard_name": "Felix",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [{"label":"K000", "x":0, "y":0}, {"label":"K001", "x":1, "y":0}, {"label":"K002", "x":2, "y":0}, {"label":"K003", "x":3, "y":0}, {"label":"K100", "x":0, "y":1}, {"label":"K101", "x":1, "y":1}, {"label":"K102", "x":2, "y":1}, {"label":"K103", "x":3, "y":1}, {"label":"K200", "x":0, "y":2}, {"label":"K201", "x":1, "y":2}, {"label":"K202", "x":2, "y":2}, {"label":"K203", "x":3, "y":2}, {"label":"K300", "x":0, "y":3}, {"label":"K301", "x":1, "y":3}, {"label":"K302", "x":2, "y":3}, {"label":"K303", "x":3, "y":3}, {"label":"K400", "x":0, "y":4}, {"label":"K401", "x":1, "y":4}, {"label":"K402", "x":2, "y":4}, {"label":"K403", "x":3, "y":4}]
+ }
+ }
+}