Modular bluetooth option

This commit is contained in:
urob 2022-10-31 19:25:16 -04:00
parent cfa514faab
commit ca078ee36a
3 changed files with 16 additions and 10 deletions

View file

@ -4,16 +4,12 @@
/* map Zen's extra keys */
#define XTR_MH &kp BSPC &kp RET // thumb row, middle
/* bluetooth support */
#include <dt-bindings/zmk/bt.h>
/* activate bluetooth */
#define CONFIG_WIRELESS
/* source the main keymap */
#include "base.keymap"
/* use 5-column layout for Zen */
/ {
chosen {
zmk,matrix_transform = &five_column_transform;
};
};
/ { chosen { zmk,matrix_transform = &five_column_transform; }; };