Fix naming of Zen files

This commit is contained in:
urob 2022-11-03 22:00:31 -04:00
parent 2fb7348cc2
commit 7120e177c1
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/* source keypos definitions */
#include "../zmk-nodefree-config/keypos_def/keypos_36keys.h"
/* map Zen's extra keys */
#define XTR_MH &kp BSPC &kp RET // thumb row, middle
/* activate bluetooth */
#define CONFIG_WIRELESS 1
/* source the main keymap */
#include "base.keymap"
/* use 5-column layout for Zen */
/ { chosen { zmk,matrix_transform = &five_column_transform; }; };