Skip to content

Commit

Permalink
Add support for Kimera Core
Browse files Browse the repository at this point in the history
  • Loading branch information
kairyu committed Sep 23, 2015
1 parent 03918d6 commit 6f0e9e3
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions common/config/keyboards.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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" }
]
},
Expand All @@ -13,7 +13,7 @@
"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" }

]
Expand All @@ -23,7 +23,7 @@
"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 All @@ -47,7 +47,7 @@
"bootloader": [ "atmel_dfu" , "lufa_dfu" ],
"firmware": [
{ "name": "Default", "mcu": "atmega32u4", "file": "redscarfii.hex" },
{ "name": "No Console", "mcu": "atmega32u4", "file": "redscarfii-no_console.hex" }
{ "name": "No-Console", "mcu": "atmega32u4", "file": "redscarfii-no_console.hex" }
]
},
{
Expand Down Expand Up @@ -86,6 +86,17 @@
{ "name": "Default", "mcu": "atmega32u4", "file": "kimera.hex" },
{ "name": "Two-Headed", "mcu": "atmega32u4", "file": "kimera-two_headed.hex" }
]
},
{
"name": "Kimera Core",
"bootloader": [ "atmel_dfu", "lufa_dfu" ],
"firmware": [
{ "name": "Default", "mcu": "atmega32u4", "file": "kimera-core.hex" },
{ "name": "No-Console", "mcu": "atmega32u4", "file": "kimera-core-no_console.hex" },
{ "name": "Two-Headed", "mcu": "atmega32u4", "file": "kimera-core-two_headed.hex" },
{ "name": "Two-Headed No-Console", "mcu": "atmega32u4", "file": "kimera-core-two_headed-no_console.hex" }
]
}

]

0 comments on commit 6f0e9e3

Please sign in to comment.