Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
fauxpark
2022-09-30 05:19:53 +10:00
87 changed files with 796 additions and 407 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] = {",
"",