From 1d4b5a0d5178573255501e41bfc87a0a62b65e8a Mon Sep 17 00:00:00 2001 From: eggfly Date: Tue, 21 Apr 2026 15:43:59 +0800 Subject: [PATCH 1/3] Add CyberFly Keyboard (PID 0xCF01) Register PID 1209:CF01 for the CyberFly BLE mechanical keyboard, an open-source nRF52840-based keyboard running ZMK firmware. Add org entry for eggfly. --- 1209/CF01/index.md | 9 +++++++++ org/eggfly/index.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/CF01/index.md create mode 100644 org/eggfly/index.md diff --git a/1209/CF01/index.md b/1209/CF01/index.md new file mode 100644 index 00000000..d9d4b177 --- /dev/null +++ b/1209/CF01/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: CyberFly Keyboard +owner: eggfly +license: MIT +site: https://github.com/eggfly/bufferfly_zmk +source: https://github.com/eggfly/bufferfly_zmk +--- +CyberFly is a compact BLE mechanical keyboard powered by an nRF52840 (E73-2G4M08S1C module) running ZMK firmware. It features a 6-row QWERTY layout with PlayStation-style function keys, USB-C connectivity, and a built-in Li-battery. diff --git a/org/eggfly/index.md b/org/eggfly/index.md new file mode 100644 index 00000000..4472502b --- /dev/null +++ b/org/eggfly/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: eggfly +site: https://github.com/eggfly +--- +An open-source hardware developer focused on custom BLE mechanical keyboards and embedded devices. From ba95b76063e91795b0820c1b56aa36db7d1c321d Mon Sep 17 00:00:00 2001 From: eggfly Date: Tue, 21 Apr 2026 15:46:45 +0800 Subject: [PATCH 2/3] Fix source URL: bufferfly_zmk -> cyberfly_zmk --- 1209/CF01/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1209/CF01/index.md b/1209/CF01/index.md index d9d4b177..884b306e 100644 --- a/1209/CF01/index.md +++ b/1209/CF01/index.md @@ -3,7 +3,7 @@ layout: pid title: CyberFly Keyboard owner: eggfly license: MIT -site: https://github.com/eggfly/bufferfly_zmk -source: https://github.com/eggfly/bufferfly_zmk +site: https://github.com/eggfly/cyberfly_zmk +source: https://github.com/eggfly/cyberfly_zmk --- CyberFly is a compact BLE mechanical keyboard powered by an nRF52840 (E73-2G4M08S1C module) running ZMK firmware. It features a 6-row QWERTY layout with PlayStation-style function keys, USB-C connectivity, and a built-in Li-battery. From cbd08d23975bdaa0fdad31f67f1cc83cb675a8ab Mon Sep 17 00:00:00 2001 From: eggfly Date: Tue, 21 Apr 2026 15:47:44 +0800 Subject: [PATCH 3/3] Fix: nRF52840 is used as bare IC, not a module --- 1209/CF01/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/CF01/index.md b/1209/CF01/index.md index 884b306e..e4f25f5f 100644 --- a/1209/CF01/index.md +++ b/1209/CF01/index.md @@ -6,4 +6,4 @@ license: MIT site: https://github.com/eggfly/cyberfly_zmk source: https://github.com/eggfly/cyberfly_zmk --- -CyberFly is a compact BLE mechanical keyboard powered by an nRF52840 (E73-2G4M08S1C module) running ZMK firmware. It features a 6-row QWERTY layout with PlayStation-style function keys, USB-C connectivity, and a built-in Li-battery. +CyberFly is a compact BLE mechanical keyboard powered by an nRF52840 IC running ZMK firmware. It features a 6-row QWERTY layout with PlayStation-style function keys, USB-C connectivity, and a built-in Li-battery.