From 6a8bf97a860777f6ac4f7a37d65b543cbba0ebf3 Mon Sep 17 00:00:00 2001 From: jowj Date: Sat, 11 Jan 2020 18:59:44 -0600 Subject: [PATCH] Add basic explanation about 'why would you do this' to readme. --- .../keymaps/josiah/readme.org | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/keyboards/ergodox_infinity/keymaps/josiah/readme.org b/keyboards/ergodox_infinity/keymaps/josiah/readme.org index 1c19e2e8b..59355311c 100644 --- a/keyboards/ergodox_infinity/keymaps/josiah/readme.org +++ b/keyboards/ergodox_infinity/keymaps/josiah/readme.org @@ -1,18 +1,21 @@ -* flashing through qmk - - clone the QMK source - - follow the setup instructions on wiki - - left hand - - sudo make ergodox_infinity:josiah MASTER=left - - sudo make ergodox_infinity:josiah:dfu-util MASTER=left - - right hand - - sudo make ergodox_infinity:josiah MASTER=right - - sudo make ergodox_infinity:josiah:dfu-util MASTER=right +* flashing instrucks +** flashing through qmk + - clone the QMK source + - follow the setup instructions on wiki + - left hand + - sudo make ergodox_infinity:josiah MASTER=left + - sudo make ergodox_infinity:josiah:dfu-util MASTER=left + - right hand + - sudo make ergodox_infinity:josiah MASTER=right + - sudo make ergodox_infinity:josiah:dfu-util MASTER=right - - leds only work on the left side, not the right. confused. -* flashing old kii firmware mechanism - - i don't rightly understand what's going on here, but /this/ firmware seems to make LEDs work on both halves. - - they must have updated something in the firmware that doesn't work with older ergodox infinity models, which is pretty annoying. - - i'm keeping this shit around for the time being. other than the LED/LCD thing there's no real reason to keep this. + - leds only work on the left side, not the right. confused. +** flashing old kii firmware mechanism + - i don't rightly understand what's going on here, but /this/ firmware seems to make LEDs work on both halves. + - they must have updated something in the firmware that doesn't work with older ergodox infinity models, which is pretty annoying. + - i'm keeping this shit around for the time being. other than the LED/LCD thing there's no real reason to keep this. - - flash like: - - sudo dfu-util -D left_kiibohd.dfu.bin + - flash like: + - sudo dfu-util -D left_kiibohd.dfu.bin +* thought process +basically, i want my assosciations from one set of abstractions (emacs) to match what I can use across the rest of my machine. moving stuff to more and more emacs-like bindings it sort of the goal.