Browse Source

Minor change.

pull/11366/head
jackokring 2 years ago
parent
commit
6222cad90e
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      keyboards/dz60/keymaps/jacko_keys/keymap.c
  2. +3
    -1
      keyboards/dz60/keymaps/jacko_keys/readme.md

+ 1
- 1
keyboards/dz60/keymaps/jacko_keys/keymap.c View File

@ -382,7 +382,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_ESC, KC_P1, KC_P2, KC_P3, KC_P4, KC_P5, KC_P6, KC_P7, KC_P8, KC_P9, KC_P0, KC_HAEN, KC_HANJ, KC_DEL,
KC_TAB, KC_RO, KC_KANA, KC_JYEN, KC_HENK, KC_MHEN, KC_INT6, KC_INT7, KC_INT8, KC_INT9, KC_PWR, KC_HOME, KC_END, KC_INS,
KC_NLCK, KC_WSCH, Z(INT), Z(DIF), KC_WFAV, Z(ROOT), KC_VOLD, KC_VOLU, Z(DEG), Z(PND), KC_PAUS, KC_PSCR, KC_ENT,
KC_TRNS, KC_LANG3,KC_LANG4,KC_LANG5,KC_LANG6,KC_LANG7,KC_LANG8,KC_LANG9,KC_ACL0, KC_ACL1, KC_ACL2, OSM(MOD_RSFT),
OSM(MOD_LGUI|MOD_RGUI),KC_LANG3,KC_LANG4,KC_LANG5,KC_LANG6,KC_LANG7,KC_LANG8,KC_LANG9,KC_ACL0, KC_ACL1, KC_ACL2, OSM(MOD_RSFT),
DF(0),OSM(MOD_LSFT|MOD_LGUI),DF(1), ALGR(KC_SPC), KC_TRNS, OSM(MOD_LSFT|MOD_RGUI),KC_TRNS, KC_TRNS),
//BQN shift mode 7 ==================================================================================== BQN shift mode 7


+ 3
- 1
keyboards/dz60/keymaps/jacko_keys/readme.md View File

@ -86,7 +86,7 @@ It is possible to do a `Ctrl`+`Alt`+`Del`, by `Fn`+`Tab` in most modes but not Y
* Semicolon is mouse button 3 (scroll button).
* Apostrophe is mouse button 2.
* All the alpha and number keys are multi-character UTF-8 (for more flexible Unicode).
* Set up for `Shift` and `Ctrl` modifiers (can be extended to `Alt` and `Win`).
* Set up for `Shift` and `Ctrl` modifiers (can be extended to `Alt` and `Win`).
* Examples:
* Sporadic groups on shift alphas.
* Families on unshifted and shifted numbers plus null set.
@ -152,6 +152,8 @@ It is possible to do a `Ctrl`+`Alt`+`Del`, by `Fn`+`Tab` in most modes but not Y
* Numbers are the number pad numbers for macro code options.
* Remaining language 3 to 7 are on Z-M.
* Right `Alt`/`Ctrl` are `Alt`+`Tab` window switch (reverse and forward).
* Left `Shift` key is sticky left and right `GUI` together.
* Right `Shift` key is itself but one shot sticky.
* Left `Win` key is the sticky left shift+`Win`.
* Right `Win` key is the sticky right shift+`Win` key and not the app context menu key as in other layers.
* Comma/period/slash set mouse acceleration 1, 2 and 3.


Loading…
Cancel
Save