Skip to content

Commit

Permalink
Support to turn GH60 into AVRISP mkII
Browse files Browse the repository at this point in the history
  • Loading branch information
kairyu committed May 25, 2015
1 parent d8cc8fd commit 934ed8d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions common/config/keyboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,28 @@
"bootloader": [ "atmel_dfu" , "lufa_dfu" ],
"firmware": [
{ "name": "Default", "mcu": "atmega32u4", "file": "gh60-reva_b_c.hex" },
{ "name": "No Console", "mcu": "atmega32u4", "file": "gh60-reva_b_c-no_console.hex" }
{ "name": "No Console", "mcu": "atmega32u4", "file": "gh60-reva_b_c-no_console.hex" },
{ "name": "AVRISP mkII", "mcu": "atmega32u4", "file": "gh60-avrisp_mkii.hex" }
]
},
{
"name": "GH60 RevCHN",
"bootloader": [ "atmel_dfu" , "lufa_dfu" ],
"firmware": [
{ "name": "Default", "mcu": "atmega32u4", "file": "gh60-revchn.hex" },
{ "name": "No Console", "mcu": "atmega32u4", "file": "gh60-revchn-no_console.hex" }
{ "name": "No Console", "mcu": "atmega32u4", "file": "gh60-revchn-no_console.hex" },
{ "name": "AVRISP mkII", "mcu": "atmega32u4", "file": "gh60-avrisp_mkii.hex" }

]
},
{
"name": "GHPad",
"bootloader": [ "atmel_dfu" , "lufa_dfu" ],
"firmware": [
{ "name": "Default", "mcu": "atmega32u4", "file": "ghpad.hex" },
{ "name": "No Console", "mcu": "atmega32u4", "file": "ghpad-no_console.hex" }
{ "name": "No Console", "mcu": "atmega32u4", "file": "ghpad-no_console.hex" },
{ "name": "AVRISP mkII", "mcu": "atmega32u4", "file": "gh60-avrisp_mkii.hex" }

]
},
{
Expand Down

0 comments on commit 934ed8d

Please sign in to comment.