From 5a456b543918daad50a663b7d8473091750d3a48 Mon Sep 17 00:00:00 2001 From: joric Date: Mon, 9 Sep 2024 03:23:14 +0500 Subject: [PATCH 1/8] Request PID 5284 for nRFMicro --- 1209/5284/index.md | 9 +++++++++ org/joric/index.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/5284/index.md create mode 100644 org/joric/index.md diff --git a/1209/5284/index.md b/1209/5284/index.md new file mode 100644 index 00000000..a5bef869 --- /dev/null +++ b/1209/5284/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: nRFMicro +owner: joric +license: Unlicense +site: https://github.com/joric/nrfmicro/wiki +source: https://github.com/joric/nrfmicro +--- +A Pro Micro alternative for wireless keyboards diff --git a/org/joric/index.md b/org/joric/index.md new file mode 100644 index 00000000..c13872a2 --- /dev/null +++ b/org/joric/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: joric +site: https://github.com/joric/nrfmicro +--- +nRFMicro author From 672eb8f4d3a6b583e31304d612cb319dddde092b Mon Sep 17 00:00:00 2001 From: joric Date: Tue, 10 Sep 2024 02:15:23 +0500 Subject: [PATCH 2/8] change title from nRFMicro to nRFMicro Bootloader (links to wiki) Co-authored-by: Scott Shawcroft --- 1209/5284/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1209/5284/index.md b/1209/5284/index.md index a5bef869..27f11b6b 100644 --- a/1209/5284/index.md +++ b/1209/5284/index.md @@ -1,6 +1,7 @@ --- layout: pid -title: nRFMicro +title: nRFMicro Bootloader + owner: joric license: Unlicense site: https://github.com/joric/nrfmicro/wiki From 128a9357af1201b5f114335e15be354322c6fd15 Mon Sep 17 00:00:00 2001 From: joric Date: Tue, 10 Sep 2024 02:16:19 +0500 Subject: [PATCH 3/8] remove empty line --- 1209/5284/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/1209/5284/index.md b/1209/5284/index.md index 27f11b6b..4120fba1 100644 --- a/1209/5284/index.md +++ b/1209/5284/index.md @@ -1,7 +1,6 @@ --- layout: pid title: nRFMicro Bootloader - owner: joric license: Unlicense site: https://github.com/joric/nrfmicro/wiki From 111d7b0310b1ceba4866e64f72408b9f1ccdab46 Mon Sep 17 00:00:00 2001 From: joric Date: Tue, 10 Sep 2024 02:19:44 +0500 Subject: [PATCH 4/8] link to bootloader PR --- 1209/5284/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/5284/index.md b/1209/5284/index.md index 4120fba1..291e1770 100644 --- a/1209/5284/index.md +++ b/1209/5284/index.md @@ -4,6 +4,6 @@ title: nRFMicro Bootloader owner: joric license: Unlicense site: https://github.com/joric/nrfmicro/wiki -source: https://github.com/joric/nrfmicro +source: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/342 --- A Pro Micro alternative for wireless keyboards From 5cfa924c86a1158a995f22d504d6a55d35fa16f8 Mon Sep 17 00:00:00 2001 From: joric Date: Tue, 10 Sep 2024 02:27:20 +0500 Subject: [PATCH 5/8] point site link to PR, source link to harware repo (as in T-Display) --- 1209/5284/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1209/5284/index.md b/1209/5284/index.md index 291e1770..acb5f8c7 100644 --- a/1209/5284/index.md +++ b/1209/5284/index.md @@ -3,7 +3,7 @@ layout: pid title: nRFMicro Bootloader owner: joric license: Unlicense -site: https://github.com/joric/nrfmicro/wiki -source: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/342 +site: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/342 +source: https://github.com/joric/nrfmicro --- A Pro Micro alternative for wireless keyboards From a3a49bc86b4f06e3f0a53cc39e40758cec369dea Mon Sep 17 00:00:00 2001 From: joric Date: Tue, 10 Sep 2024 04:52:58 +0500 Subject: [PATCH 6/8] set license to MIT as in bootloader license --- 1209/5284/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1209/5284/index.md b/1209/5284/index.md index acb5f8c7..2d9b65e4 100644 --- a/1209/5284/index.md +++ b/1209/5284/index.md @@ -2,7 +2,7 @@ layout: pid title: nRFMicro Bootloader owner: joric -license: Unlicense +license: MIT site: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/342 source: https://github.com/joric/nrfmicro --- From 020e88bc8a60c8dec0acec1c75e26662b72bb3c1 Mon Sep 17 00:00:00 2001 From: joric Date: Tue, 10 Sep 2024 05:07:55 +0500 Subject: [PATCH 7/8] remove description as in other entries --- 1209/5284/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/1209/5284/index.md b/1209/5284/index.md index 2d9b65e4..621d7312 100644 --- a/1209/5284/index.md +++ b/1209/5284/index.md @@ -6,4 +6,3 @@ license: MIT site: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/342 source: https://github.com/joric/nrfmicro --- -A Pro Micro alternative for wireless keyboards From d8e6143146674f988b078b387444bb57b0e22a5e Mon Sep 17 00:00:00 2001 From: joric Date: Wed, 11 Sep 2024 05:04:36 +0500 Subject: [PATCH 8/8] added description --- 1209/5284/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1209/5284/index.md b/1209/5284/index.md index 621d7312..aed43bd3 100644 --- a/1209/5284/index.md +++ b/1209/5284/index.md @@ -6,3 +6,4 @@ license: MIT site: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/342 source: https://github.com/joric/nrfmicro --- +A Pro Micro alternative for wireless keyboards.