diff options
author | ajp10304 <a.Pocklington@Gmail.com> | 2018-04-15 17:48:19 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-15 09:48:19 -0700 |
commit | ed62c6e146e685e41e434e3335065b1205f41925 (patch) | |
tree | 5872b5136646aa82c4856805f3ff674598bb9cc9 /keyboards/jj40/keymaps/ajp10304/readme.md | |
parent | 32fd5e4f61d50df6a5828b258d995a5da242600b (diff) | |
download | qmk_firmware-ed62c6e146e685e41e434e3335065b1205f41925.tar.gz qmk_firmware-ed62c6e146e685e41e434e3335065b1205f41925.zip |
Ajp10304 (#2719)
* AJP10304 layouts for Planck and JJ40 now have mouse support. Moved macros onto Adjust layer
* .gitignore for intellij iml files.
* Updated Macros to use send string
Diffstat (limited to 'keyboards/jj40/keymaps/ajp10304/readme.md')
-rw-r--r-- | keyboards/jj40/keymaps/ajp10304/readme.md | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/keyboards/jj40/keymaps/ajp10304/readme.md b/keyboards/jj40/keymaps/ajp10304/readme.md index 406bb6ba2f..eaaacd05b3 100644 --- a/keyboards/jj40/keymaps/ajp10304/readme.md +++ b/keyboards/jj40/keymaps/ajp10304/readme.md @@ -27,7 +27,7 @@ Activated when `fn` held in the above `qwerty` layer. | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | | 1! | 2" | 3£ | 4$ | 5% | 6^ | 7& | 8* | 9( | 0) | ~ |INSERT| | Shift | \| | `¬ | #~ | * | -_ | =+ | \| | [{ | ]} | '@ |Shift | -| Fn | Ctrl | Alt | GUI |Lower | Bksp |Space |Raise | MENU | Alt | Ctrl | Fn | +| Fn | Ctrl | Alt | GUI |Lower | Bksp |Space |Mouse | MENU | Alt | Ctrl | Fn | ##### Lower Layer Activated when `Lower` is held in the above `qwerty` layer. @@ -56,38 +56,37 @@ Activated when `Lower` is held in the above `qwerty` layer. | ` | |WRDSEL| [ | ] | | | PGUP | HOME |PGDOWN| |PRNTSC| | ` | | | ( | ) | | | HOME | UP | END | |ZOOM +| | | | | { | } | ||<| LEFT | DOWN |RIGHT |>||ZOOM -| -| | | | | | Alt | Enter |Raise | | | | | +| Mouse | | | | | Alt | Enter |Raise | | | | | ##### Lower + Raise -Activated when `Lower` and `Raise` are held together the above `qwerty` layer. +Activated when `Lower` and `Raise` are held together in the above `qwerty` layer. * Audio controls in the same position as cursor keys from the `Raise` layer. * ????: Runs a macro for outputting a text string. Do not use this store passwords. * Reset: Enter bootloader for flashing firmware to the keyboard. * CAPS: Toggle caps lock. -* DYN: Enter `DYN` layer. * MAC: Toggle MAC OS extensions to layers. This allows MLWR to be enabled with LOWER, MRSE with RAISE and MFNC with FUNC respectively. +* REC1, REC2: Start recording macro. +* PLAY1, PLAY2: Playback macro. +* STOP1, STOP2: Stop recording macro. | | | | | | | | | | | | | | :---: |:----:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| -| ???? | Reset|Qwerty| | | | | | | | | Del | -| CAPS | | | | | | | Mute | Vol+ | Play | | | -| MAC | | | | | | | Prev | Vol- | Next | | | -| | | | | | | | | DYN | | | | - -##### DYN -Activated when `DYN` held along with `Lower` and `Raise` -Allows recording of macros. To start recording the macro, press either REC1 or REC2. -To finish the recording, press STOP. To replay the macro, press either PLAY1 or PLAY2. - -| | | | | | | | | | | | | -| :---: | :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| :---:| -| | | | | | REC1 | REC2 | | | | | | -| | | | | | PLAY1| PLAY2| | | | | | -| | | | | | STOP | STOP | | | | | | +| ???? | Reset|Qwerty| | | REC1 | REC2 | | | | | Del | +| CAPS | | | | | PLAY1| PLAY | Mute | Vol+ | Play | | | +| MAC | | | | | STOP | STOP | Prev | Vol- | Next | | | | | | | | | | | | | | | | + +##### Mouse +Activated when `fn` and `Raise` are held together. +| | | | | | | | | | | | | +| :---: |:----:| :---:| :---:| :---:| :---:| :---: | :---:| :---:| :---:| :---: | :---:| +| | | | | | | | | | | | | +| ACC0 | ACC1 | ACC2 | | | | | BTN1 | UP | BTN2 | | | +| ACC0 | ACC1 | ACC2 | | | | | LEFT | DOWN |RIGHT | | | +| | | | | | | | | | | | | ####Manual Flashing of hex file `bootloadHID -r .build/jj40_ajp10304.hex` |