mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
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:
commit
eedf3aa653
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b1111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
// clang-format off
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b111111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b11111111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b1111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b111111111111111,
|
||||
|
|
|
@ -38,6 +38,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
|
|||
#endif
|
||||
|
||||
#if defined(ENCODER_ENABLE) && defined(PAL_USE_CALLBACKS)
|
||||
#include "keychron_common.h"
|
||||
|
||||
void keyboard_post_init_kb(void) {
|
||||
keyboard_post_init_keychron();
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b1111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
// clang-format off
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b111111111111111111,
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
// clang-format off
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
#include "keychron_common.h"
|
||||
|
||||
const matrix_row_t matrix_mask[] = {
|
||||
0b111111111111111,
|
||||
|
|
Loading…
Reference in New Issue
Block a user