Skip to content

Commit

Permalink
Add numpad 0, which is the binding for activating Camera view in Blen…
Browse files Browse the repository at this point in the history
…der with default keymap.
  • Loading branch information
ctsrc committed Dec 21, 2019
1 parent 6ae103b commit ae5cc95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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/Jw9pz/0).
or [look at the layout in Oryx](https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/zbdla/0).

## ErgoDox EZ keyboard model

Expand Down Expand Up @@ -78,11 +78,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/Jw9pz/0
https://configure.ergodox-ez.com/ergodox-ez/layouts/PBKjJ/zbdla/0
or download a copy of the same firmware image from
https://github.com/ctsrc/ergodox-ez-shine-dvorak/releases/download/2019-12-11-Jw9pz/ergodox_ez_dvorak_PBKjJ_Jw9pz.hex
https://github.com/ctsrc/ergodox-ez-shine-dvorak/releases/download/2019-12-21-zbdla/ergodox_ez_dvorak_PBKjJ_zbdla.hex

SHA256 (`ergodox_ez_dvorak_PBKjJ_Jw9pz.hex`) = 7bc0eb3ab31f334bf520c67195b796bcdd3571d0e7707e55926e3d7f1d3937dc
SHA256 (`ergodox_ez_dvorak_PBKjJ_zbdla.hex`) = 679a859ee10286cbee000d36512ad79ab9742d5a17d5ecb897480f5c5f007fe7

## 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/Jw9pz/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/zbdla/0) from Oryx.
2 changes: 1 addition & 1 deletion src/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum custom_keycodes {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_ergodox_pretty(
KC_GRAVE, KC_1, KC_2, KC_3, KC_4, KC_5, KC_DELETE, KC_DELETE, KC_6, KC_7, KC_8, KC_9, KC_0, KC_EQUAL,
KC_TAB, KC_QUOTE, KC_COMMA, KC_DOT, KC_P, KC_Y, KC_BSPACE, KC_BSPACE, KC_F, KC_G, KC_C, KC_R, KC_L, KC_TRANSPARENT,
KC_TAB, KC_QUOTE, KC_COMMA, KC_DOT, KC_P, KC_Y, KC_BSPACE, KC_BSPACE, KC_F, KC_G, KC_C, KC_R, KC_L, KC_KP_0,
LCTL_T(KC_ESCAPE),KC_A, KC_O, KC_E, KC_U, KC_I, KC_D, KC_H, KC_T, KC_N, KC_S, KC_QUES,
KC_LSHIFT, KC_SCOLON, KC_Q, KC_J, KC_K, KC_X, KC_ENTER, KC_ENTER, KC_B, KC_M, KC_W, KC_V, KC_Z, KC_BSLASH,
MO(1), KC_TRANSPARENT, KC_TRANSPARENT, KC_LALT, KC_TRANSPARENT, KC_TRANSPARENT, KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT,
Expand Down

0 comments on commit ae5cc95

Please sign in to comment.