mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 21:26:46 +00:00
f03b10b6c1
* Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile
3 lines
109 B
C
3 lines
109 B
C
#include QMK_KEYBOARD_H
|
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {__KEYMAP_GOES_HERE__};
|