From c73875f5f4ac046bd48cc87d61cd360d4e1c76ee Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 5 Oct 2020 10:32:59 -0400 Subject: [PATCH] Publish bitmap post --- _drafts/2020-10-22-Vortex-Core.md | 3 ++- {_drafts => _posts}/2020-10-01-Reading-a-Bitmap.md | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename {_drafts => _posts}/2020-10-01-Reading-a-Bitmap.md (100%) diff --git a/_drafts/2020-10-22-Vortex-Core.md b/_drafts/2020-10-22-Vortex-Core.md index 8ed806b..e915468 100644 --- a/_drafts/2020-10-22-Vortex-Core.md +++ b/_drafts/2020-10-22-Vortex-Core.md @@ -65,4 +65,5 @@ Speaking of flashing the board, with the MPC firmware, the process for loading c Well, that depends. If you are the type of person to customize everything for maximum efficiency, go for it! The Vortex Core is a very nice keyboard with more configurability than I can wrap my head around (even if you need a third party tool to do so). If you just want something simple, stick to a 60% keyboard. The lack of numbers on the core drives many people crazy. -For programmers: you basically need to remap your keys. Most common keys (brackets, quotes, operators, ...) are hidden behind one or two function keys, and the learning curve might hurt for the first week or so. \ No newline at end of file +For programmers: you basically need to remap your keys. Most common keys (brackets, quotes, operators, ...) are hidden behind one or two function keys, and the learning curve might hurt for the first week or so. + diff --git a/_drafts/2020-10-01-Reading-a-Bitmap.md b/_posts/2020-10-01-Reading-a-Bitmap.md similarity index 100% rename from _drafts/2020-10-01-Reading-a-Bitmap.md rename to _posts/2020-10-01-Reading-a-Bitmap.md