Onekey: migrate some stuff to data driven (#18502)

This commit is contained in:
Ryan
2022-09-30 04:23:11 +10:00
committed by GitHub
parent bad8c67189
commit 45b5ed5c6e
69 changed files with 259 additions and 335 deletions

View File

@@ -1,7 +1,7 @@
#include <handwired/onekey/onekey.h>
#include <quantum.h>
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { LAYOUT_ortho_1x1(KC_A) };
const char *buf[30] = {
"#include <handwired/onekey/onekey.h>",
"#include <quantum.h>",
"const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { LAYOUT_ortho_1x1(KC_A) };",
"const char *buf[30] = {",
"",