mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 15:02:44 -10:00
Compare commits
No commits in common. "359ca0b26b423a1ee44ad715c367d4801e0fa5de" and "c4042a2b74765a1765d9beaa9b8740bd4e896fe8" have entirely different histories.
359ca0b26b
...
c4042a2b74
26
README.md
26
README.md
@ -1,7 +1,23 @@
|
|||||||
# eyelash-corne-zmk-config
|
- [中文](README.md)
|
||||||
ZMK firmware configuration for Corne Keyboard + rotary and lcd dispay, which leverages GitHub Actions
|
- [English](README_EN.md)
|
||||||
|
|
||||||
[go download the firmware](../../actions)
|
# 睫毛外设 (Eyelash Peripherals) Corne ZMK 仓库
|
||||||
|
|
||||||
## keymap
|
**该键盘与 [foostan's Corne](https://github.com/foostan/crkbd) 不同,无法与标准的 `corne` 固件兼容。**
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|
如果您需要该键盘的 3D 模型,请发送电子邮件至 `380465425@qq.com`。
|
||||||
|
|
||||||
|
## 使用说明
|
||||||
|
|
||||||
|
1. [叉取此仓库](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository)。
|
||||||
|
2. [点击 **Actions** 选项卡,确保工作流已启用](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow#enabling-a-workflow)。
|
||||||
|
3. 确保 [`config/west.yml`](config/west.yml) 中的 `eyelash_corne` 项目仍然有效。`boards/arm/eyelash_corne` 文件夹将从此 URL 下载。
|
||||||
|
4. 如果您的叉取中仍存在 `boards/arm/eyelash_corne` 文件夹,请将其删除。
|
||||||
|
|
||||||
|
**如果您已经有 ZMK 配置仓库,[您可以将此作为模块添加,而不是叉取](https://zmk.dev/docs/features/modules#building-with-modules)。**
|
||||||
|
|
||||||
|
## Corne 键位图
|
||||||
|
|
||||||
|

|
||||||
@ -40,16 +40,6 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
behaviors {
|
behaviors {
|
||||||
gqt: mod-tap {
|
|
||||||
compatible = "zmk,behavior-hold-tap";
|
|
||||||
label = "GLOBAL_QUICK_TAP";
|
|
||||||
#binding-cells = <2>;
|
|
||||||
flavor = "tap-preferred";
|
|
||||||
tapping-term-ms = <250>;
|
|
||||||
quick-tap-ms = <200>;
|
|
||||||
global-quick-tap;
|
|
||||||
bindings = <&kp>, <&kp>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
rgb_encoder: rgb_encoder {
|
rgb_encoder: rgb_encoder {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user