mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-05 07:43:05 +00:00
Migrate python tests away from onekey (#11367)
* Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {__KEYMAP_GOES_HERE__};
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"documentation": "This file is a keymap.json file for handwired/pytest/has_template"
|
||||
}
|
||||
Reference in New Issue
Block a user