diff options
Diffstat (limited to 'keyboards/planck/keymaps/sigul/readme.md')
| -rw-r--r-- | keyboards/planck/keymaps/sigul/readme.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/sigul/readme.md b/keyboards/planck/keymaps/sigul/readme.md new file mode 100644 index 000000000..12dbab36b --- /dev/null +++ b/keyboards/planck/keymaps/sigul/readme.md | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | # An ANSI Italian Planck Layout | ||
| 2 | by Silvio Gulizia | ||
| 3 | |||
| 4 | - [x] add layer _FN with F keys and VI navigation | ||
| 5 | - [x] add layer _MOUSE with mouse keys | ||
| 6 | - [x] add "MOUSEKEY_ENABLE = yes" in rules.mk to enable mouse keys | ||
| 7 | - [x] add definition to control the mouse movementes in config.h | ||
| 8 | - [x] add layer _NUMPAD to have a numpad | ||
| 9 | - [x] add keycode NUMPAD to toggle _NUMPAD | ||
| 10 | - [x] modify layer ADJUST to simplify remembering commands | ||
| 11 | - [x] add custom keycodes ESCFN and TABFN on QUERTY to add the ability to use arrows with hjkl by activating layer FN when held with the definition LT(_FN,KC_ESC) and LT(_FN, KC_TAB) | ||
| 12 | - [x] added "#define USB_MAX_POWER_CONSUMPTION 100" in config.h to use the keyboard with the iPad | ||
| 13 | - [x] add "#define TAPPING_TOGGLE 3" in config.h to enable tapping toggle with 3 taps on LOWER, RAISE and MOUSE keys | ||
| 14 | - [x] add tapping toggle to LOWER, RAISE and MOUSE keys | ||
| 15 | - [x] add "KEY_LOCK_ENABLE = yes" in rules.mk to enable caps lock | ||
| 16 | - [x] add caps lock (KC_CAPS) to RAISE layer on the shift key | ||
| 17 | - [x] Add del to a thumb layer | ||
| 18 | - [x] remove key lock because it can only be used on standard keys | ||
| 19 | - [x] Add MT(MOD_LSFT, KC_ENT) shift when pressed, enter when tapped | ||
| 20 | - [x] add home, end, pgup and pgwon on _RAISE instead of arrows | ||
| 21 | - [x] add shift enter | ||
| 22 | - [x] change LSFT to S for more legibility | ||
| 23 | - [x] MT(kc) per usare shift come tasto es: MOD_LSFT(LCAG(KC_UP)). ??? MT(MOD_LSFT,KC_CAPS) | ||
| 24 | - [x] add macros on _FN to ouput website, email, tel, address, VAT ID credentials | ||
| 25 | - [x] remap F keys upon numbers on _FN | ||
| 26 | - [x] check audio functionality | ||
| 27 | - [x] Add LT(_FN, IT_D) on D on the Querty layer | ||
| 28 | |||
| 29 | - [ ] Add Hyper on ESC or TAB to be able to use it for custom keyboard shortcuts | ||
| 30 | - [ ] consider using layer configuration to have just one keymap (see as a reference qmk_firmware/layouts/community/ortho_4x12/bredfield/) | ||
| 31 | - [ ] add brightness up (KC_BRMU or KC_BRIU) and down (KC_BRMD or KC_BRID) | ||
| 32 | |||
| 33 | - [ ] add secrets file in user space to add passwords on a password layer | ||
| 34 | - [ ] consider adding midi on the planck | ||
| 35 | - [ ] consider adding AUTO_SHIFT_ENABLE = yes in rules.mk to be able to send shifted key depressing a key for twice the time | ||
| 36 | - [ ] revert IT_ to KC_ where not required | ||
| 37 | - [ ] add swap from Mac to Win key code on Adjust layer | ||
| 38 | - [ ] evaluate to add auto shift | ||
