1
0
Fork 0

rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)

This commit is contained in:
Joel Challis 2022-08-07 13:57:12 +01:00 committed by GitHub
parent b9269bf689
commit a6ea760c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 31 additions and 110 deletions

View file

@ -1,17 +1,7 @@
#pragma once
#include "zen.h"
#include "quantum.h"
#ifdef USE_I2C
#include <stddef.h>
#ifdef __AVR__
#include <avr/io.h>
#include <avr/interrupt.h>
#endif
#endif
#define LAYOUT( \
k00, k01, k02, k03, k04, k05, k55, k54, k53, k52, k51, k50, \
k10, k11, k12, k13, k14, k15, k65, k64, k63, k62, k61, k60, \