CLI: fix `json2c` subcommand and add/fix tests (#9206)
Co-authored-by: Zach White <skullydazed@users.noreply.github.com>joystick_improvements 0.8.187
parent
af2ca13604
commit
6501377070
@ -0,0 +1,9 @@
|
||||
{
|
||||
"keyboard":"handwired/onekey/pytest",
|
||||
"keymap":"default_json",
|
||||
"layout":"LAYOUT",
|
||||
"layers":[["KC_A"]],
|
||||
"author":"qmk",
|
||||
"notes":"This file is a keymap.json file for handwired/onekey/pytest",
|
||||
"version":1
|
||||
}
|
@ -1 +1,2 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {__KEYMAP_GOES_HERE__};
|
||||
|
Loading…
Reference in New Issue