Skip to content

Commit

Permalink
Fix keyboard for some JSON keymaps (qmk#19251)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and Siddharth Bhal committed Dec 30, 2022
1 parent e561f67 commit 68b70ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion keyboards/durgod/dgk6x/venus/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "durgod/venus",
"keyboard": "durgod/dgk6x/venus",
"keymap": "default",
"layout": "LAYOUT_60_ansi",
"layers": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/durgod/dgk6x/venus/keymaps/via/keymap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "durgod/venus",
"keyboard": "durgod/dgk6x/venus",
"keymap": "via",
"layout": "LAYOUT_60_ansi",
"layers": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/hillside/46/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "hillside/46",
"keyboard": "hillside/46/0_1",
"keymap": "default",
"layout": "LAYOUT",
"layers": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/hillside/48/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "hillside/48",
"keyboard": "hillside/48/0_1",
"keymap": "default",
"layout": "LAYOUT",
"layers": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/hillside/48/keymaps/via/keymap.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "version": 1,
"notes": "",
"keyboard": "hillside/48",
"keyboard": "hillside/48/0_1",
"keymap": "via",
"layout": "LAYOUT",
"layers": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/hillside/52/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "hillside/52",
"keyboard": "hillside/52/0_1",
"keymap": "default",
"layout": "LAYOUT",
"layers": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/splitkb/aurora/corne/keymaps/default/keymap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "splitkb/aurora/corne",
"keyboard": "splitkb/aurora/corne/rev1",
"keymap": "default",
"version": 1,
"layout": "LAYOUT_split_3x6_3",
Expand Down

0 comments on commit 68b70ee

Please sign in to comment.