Fix naming of Zen files
This commit is contained in:
parent
2fb7348cc2
commit
7120e177c1
2 changed files with 0 additions and 0 deletions
15
config/corneish_zen.keymap
Normal file
15
config/corneish_zen.keymap
Normal 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; }; };
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue