Merge pull request #120 from joshuataylor/feature/fix-keychron_common-import

Add missing include keychron_common.h for ansi_encoder
This commit is contained in:
lalalademaxiya1 2023-04-18 11:47:10 +08:00 committed by GitHub
commit eedf3aa653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b1111111111111111, 0b1111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
// clang-format off // clang-format off
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b111111111111111111, 0b111111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b11111111111111111111, 0b11111111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b1111111111111111, 0b1111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b111111111111111, 0b111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b111111111111111, 0b111111111111111,

View File

@ -38,6 +38,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
#endif #endif
#if defined(ENCODER_ENABLE) && defined(PAL_USE_CALLBACKS) #if defined(ENCODER_ENABLE) && defined(PAL_USE_CALLBACKS)
#include "keychron_common.h"
void keyboard_post_init_kb(void) { void keyboard_post_init_kb(void) {
keyboard_post_init_keychron(); keyboard_post_init_keychron();

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b1111111111111111, 0b1111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b111111111111111, 0b111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
// clang-format off // clang-format off

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b111111111111111111, 0b111111111111111111,

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
// clang-format off // clang-format off
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {

View File

@ -15,6 +15,7 @@
*/ */
#include "quantum.h" #include "quantum.h"
#include "keychron_common.h"
const matrix_row_t matrix_mask[] = { const matrix_row_t matrix_mask[] = {
0b111111111111111, 0b111111111111111,