784a9cdca4
* Just ./util/new_keyboard.sh earth_rover * Update readme.md * Create key layout * Setup config.h * Add default keymap * Fix pins * Update flash command * Write info.json * Add reset instruction * Change bootloader setting * Format new C files * Empty commit for kicking CI * Update keyboards/earth_rover/config.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/earth_rover/keymaps/default/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update readme.md * Update keyboards/earth_rover/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
30 lines
1,018 B
JSON
30 lines
1,018 B
JSON
{
|
|
"keyboard_name": "earth_rover",
|
|
"url": "https://github.com/bigwheel/earth_rover",
|
|
"maintainer": "k.bigwheel",
|
|
"width": 4,
|
|
"height": 4,
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"label": "k10", "x": 1.25, "y": 0},
|
|
{"label": "k20", "x": 2.25, "y": 0},
|
|
|
|
{"label": "k01", "x": 0, "y": 1.25},
|
|
{"label": "k11", "x": 1.25, "y": 1.25},
|
|
{"label": "k21", "x": 2.25, "y": 1.25},
|
|
{"label": "k31", "x": 3.5, "y": 1.25},
|
|
|
|
{"label": "k02", "x": 0, "y": 2.25},
|
|
{"label": "k12", "x": 1.25, "y": 2.25},
|
|
{"label": "k22", "x": 2.25, "y": 2.25},
|
|
{"label": "k32", "x": 3.5, "y": 2.25},
|
|
|
|
{"label": "k03", "x": 0, "y": 3.25},
|
|
{"label": "k13", "x": 1.25, "y": 3.25},
|
|
{"label": "k23", "x": 2.25, "y": 3.25},
|
|
{"label": "k33", "x": 3.5, "y": 3.25}
|
|
]
|
|
}
|
|
}
|
|
}
|