Corneish Zen

This commit is contained in:
urob 2022-10-31 13:03:08 -04:00
parent d8b3d7d55a
commit c1c39a9142
4 changed files with 57 additions and 9 deletions

View file

@ -0,0 +1,22 @@
CONFIG_ZMK_KEYBOARD_NAME="Cornish Zen v2"
# go to sleep after two hours (2*60*60*1000ms)
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=7200000
# enable this to build settings reset firmware
# CONFIG_ZMK_BLE_CLEAR_BONDS_ON_START=y
# Turn on logging, and set ZMK logging to debug output
# CONFIG_ZMK_USB_LOGGING=y
# disable layer status, it's too slow to be usable
CONFIG_ZMK_WIDGET_LAYER_STATUS=n
CONFIG_CUSTOM_WIDGET_LAYER_STATUS=n
# Mouse config, requires PR #778
# CONFIG_ZMK_MOUSE=y
# CONFIG_ZMK_MOUSE_TICK_DURATION=8
# Combo config, automated by build script
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=4
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3

View file

@ -0,0 +1,12 @@
/* 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
/* bluetooth support */
#include <dt-bindings/zmk/bt.h>
/* source the main keymap */
#include "base.keymap"