qmk/keyboards/hexatana/hexatana.h
Ceres 8c9e8380e0
Some checks failed
Update API Data / api_data (push) Has been cancelled
CI Build Major Branch / Determine concurrency (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
CI Build Major Branch / Compile keymap default (push) Has been cancelled
CI Build Major Branch / Compile keymap xap (push) Has been cancelled
CI Build Major Branch / Consolidation (push) Has been cancelled
Add hexatana
2026-01-15 15:03:41 +00:00

16 lines
613 B
C

#pragma once
#include "quantum.h"
#define LAYOUT(k00, k01, k02, k03, k04, k05, k06, k07, k08, k09,\
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19,\
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29,\
k30, k31, k32, k33, k34, k35) \
{ \
{k09, k07, k05, KC_NO, k03, k01, k35}, \
{k08, k06, KC_NO, k04, k02, k00, k34}, \
{k19, k17, k15, KC_NO, k13, k11, k33}, \
{k18, k16, KC_NO, k14, k12, k10, k32}, \
{k29, k27, k25, KC_NO, k23, k21, k31}, \
{k28, k26, KC_NO, k24, k22, k20, k30} \
}