1
0
Fork 0

handwired/misterdeck refactor (#16572)

* handwired/misterdeck refactor

* Forgot to remove this
This commit is contained in:
Ryan 2022-03-09 09:07:02 +11:00 committed by GitHub
parent d38696a493
commit 3347b63d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 89 additions and 80 deletions

View file

@ -1,4 +1,5 @@
/* Copyright 2021 Chris Broekema (broekema@gmail.com)
/*
* Copyright 2021 Chris Broekema (broekema@gmail.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -19,11 +20,11 @@
#include "quantum.h"
#define LAYOUT( \
k00, k01, k02, k03, \
k10, k11, k12, k13, \
k20, k21, k22, k23 \
k00, k01, k02, k03, \
k10, k11, k12, k13, \
k20, k21, k22, k23 \
) { \
{ k00, k01, k02, k03 }, \
{ k10, k11, k12, k13 }, \
{ k20, k21, k22, k23 } \
{ k20, k21, k22, k23 } \
}