mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
Fix keychron_common import for ansi_encoder
This commit is contained in:
parent
942130cc40
commit
9df6010396
|
@ -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