Skip to content

Commit

Permalink
Make a couple of corrections on the numpad-layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsrc committed Jul 18, 2020
1 parent 9a7583d commit 03acbb3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ to stay up forever, eh? Hence this repo.
## Have a look at the layout

Look at [the PDF](configuration.pdf) included in this repo,
or [look at the layout in Oryx](https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/eBB9l/0).
or [look at the layout in Oryx](https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/QBBXg/0).

## ErgoDox EZ keyboard model

Expand Down Expand Up @@ -81,11 +81,11 @@ See [ergodox_ez_instructions.md](ergodox_ez_instructions.md).
## Using pre-built firmware image

Download firmware image using link at
https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/eBB9l/0
https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/QBBXg/0
or download a copy of the same firmware image from
https://github.com/ctsrc/ergodox-ez-shine-dvorak/releases/download/2020-07-18-eBB9l/ergodox_ez_dvorak_PBKjJ_eBB9l.hex
https://github.com/ctsrc/ergodox-ez-shine-dvorak/releases/download/2020-07-18-QBBXg/ergodox_ez_dvorak_PBKjJ_QBBXg.hex

SHA256 (`ergodox_ez_dvorak_PBKjJ_eBB9l.hex`) = 250c197b3a12e72b1a65d0d171b40568d815adbd398b384817c3d91b69e74b8f
SHA256 (`ergodox_ez_dvorak_PBKjJ_QBBXg.hex`) = b9f287adc6faab55fa3de63851f64785c3629f590821fc00c64f0033ea362400

## Flashing the firmware image

Expand Down
Binary file modified configuration.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion ergodox_ez_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Here are some initial pointers to get you started:
- Make sure you've set up your environment per the [QMK docs](https://docs.qmk.fm/#/newbs_getting_started?id=set-up-your-environment) so compilation would actually work.
- From your shell, make sure your working directory is qmk*firmware, then enter the command `make ergodox_ez:_layout_`, substituting the name of the folder you created for "_layout_".

Good luck on your journey! And remember, if you get stuck, you can always get back to your [original layout](https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/eBB9l/0) from Oryx.
Good luck on your journey! And remember, if you get stuck, you can always get back to your [original layout](https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/QBBXg/0) from Oryx.
4 changes: 2 additions & 2 deletions src/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_SPACE, KC_LGUI, MO(1), KC_TRANSPARENT, KC_RGUI, KC_SPACE
),
[1] = LAYOUT_ergodox_pretty(
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_TRANSPARENT, KC_NO, KC_NO, KC_NO,
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_KP_7, KC_KP_8, KC_KP_9, KC_TRANSPARENT, KC_NO,
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_TRANSPARENT, KC_NO, KC_NO, KC_TRANSPARENT,
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_KP_7, KC_KP_8, KC_KP_9, KC_NO, KC_NO,
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_KP_4, KC_KP_5, KC_KP_6, KC_KP_MINUS, KC_NO,
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_KP_1, KC_KP_2, KC_KP_3, KC_NO, KC_NO,
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_KP_0, KC_DOT, KC_NO, KC_NO,
Expand Down

0 comments on commit 03acbb3

Please sign in to comment.