From 87b277c21af20e637302a859c88a60345c2ff1c8 Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Sat, 12 Jan 2019 00:06:41 -0800 Subject: [Keyboard] Fix layout macro name for Gergo info.json (#4828) Layout macro name in info.json was named LAYOUT instead of LAYOUT_GERGO as it is in gergo.h. --- keyboards/gergo/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/gergo') diff --git a/keyboards/gergo/info.json b/keyboards/gergo/info.json index 433582b54..71dcca40f 100644 --- a/keyboards/gergo/info.json +++ b/keyboards/gergo/info.json @@ -5,7 +5,7 @@ "keyboard_name": "Gergo", "url": "http://gboards.ca", "layouts": { - "LAYOUT": { + "LAYOUT_GERGO": { "layout": [ { "label": "L00", -- cgit v1.2.3-24-g4f1b