From 4692e38ac6c7d5476aea137068380b8733535bfc Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Fri, 18 Nov 2022 14:56:47 -0800 Subject: [PATCH 1/2] Add warning note for Zen v2 users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ab5d571d..4193f4987 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ ![Corne-ish Zen Logo](zenlogo.png) +> **Warning** +> +> If you have a Corne-ish Zen from round 3 of the group buy (delivered after October 2022) you should use the the config repo for V2 PCBs, available at [LOWPROKB/zmk-config-zen-2](https://github.com/LOWPROKB/zmk-config-zen-2) instead of this one! + This repo is the official configuration of the Corne-ish Zen low profile wireless mechanical keyboard. Use it to develop your own keymap and easily build your own ZMK firmware to run on your Corne-ish Zen. These steps will get you using your keymap on your keyboard in the fastest time possible. It uses the GitHub Actions feature to build your firmware online, rather than setting up a complex tool chain on your local computer. If you are looking to dig deeper into ZMK and develop new functionality, it is recommended to follow the steps of installing ZMK as found on the official ZMK documentation site (linked below). From 221c676f9259653463912ad35c0f18576e9d5a04 Mon Sep 17 00:00:00 2001 From: Ryan Durfey Date: Sat, 19 Nov 2022 11:45:20 -0700 Subject: [PATCH 2/2] Add code for swap between 6x3 default and 5x3 Added code found in v2 Zen config to allow users to comment out and select between 6x3 and 5x3 --- config/corne-ish_zen.keymap | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/corne-ish_zen.keymap b/config/corne-ish_zen.keymap index 7d436664d..cea3e2ac6 100644 --- a/config/corne-ish_zen.keymap +++ b/config/corne-ish_zen.keymap @@ -9,6 +9,13 @@ #include #include +/ { + chosen { + zmk,matrix_transform = &default_transform; + //zmk,matrix_transform = &five_column_transform; + }; +}; + / { keymap { compatible = "zmk,keymap";