Commit Graph

5670 Commits (d9f95c5da91d8d94747328755d1d90aadff121ca)
 

Author SHA1 Message Date
Jack Humbert 7f4cf32af9 Updates book.json
Auto commit by GitBook Editor
Jack Humbert e7da52c7de Updates book.json
Auto commit by GitBook Editor
Jack Humbert 43d1e05b31 Updates Home.md
Auto commit by GitBook Editor
Jack Humbert 05a6449d2d Updates readme.md
Auto commit by GitBook Editor
Jeremiah 849ed5a6a0 anti-ghost improvement for older keyboards with empty spots in matrix
barrar 4fe58aa6ec Merge pull request from qmk/master
pull
Jack Humbert 04069c94cc Merge pull request from khogeland/satan-colemak
Colemak layout for GH60 Satan
Jack Humbert a82e752f64 Merge pull request from adzenith/persistent
Fix spelling of "persistent"
Kevin Hogeland b767719fc8 Colemak layout GH60 Satan
Nikolaus Wittenstein 8ddbf7f59f Fix spelling of "persistent"
Fixes .
Jack Humbert b412bb8d8c Merge pull request from TerryMathews/master
Establish support for Bathroom Epiphanies Tiger Lily controller
Jack Humbert d6ce42b01c Merge pull request from Nephiel/led-set-on-layer-change
Call led_set for layer action events to update LEDs on layer changes
Jack Humbert de2c51b7ca Merge pull request from shieldsd/master
Add new features to dshields keymap.
Daniel Shields eb3f80b924 Add new features to dshields keymap.
- one shot layers, dynamic macros and tap dance keys
- add a basic readme.md and layout image.
Nephiel bd2c0b9648 Call led_set for layer action events to update LEDs on layer changes
Stephen Tudor 9a8904a9c0 Add smt keymap for Clueboard (HHKB-style layout) ()
* Add keymap for smt Clueboard (HHKB layout)

* Add readme for smt Clueboard (HHKB) keymap

* Flesh out the keymap a bit more to support Colemak & Dvorak

* Update README with layout image
Erez Zukerman 153eb95ab2 Merge pull request from awpr/master
Change to per-key eager debouncing for ErgoDox EZ.
Jack Humbert d9b70cc1c9 Merge pull request from Vifon/dynamic_macro/trailing_keypresses
dynamic macros: Trim the trailing modifiers; further cleanup
Jack Humbert b11a5be62c Merge pull request from shieldsd/master
Add new keymap for dshields.
Jack Humbert 0b050f6c33 Merge pull request from tobsn/patch-1
lowercase .jpg
Jack Humbert 05b356dea7 Merge pull request from coderkun/coderkun_neo2
Merge changes for coderkun’s Neo2 layout
Jack Humbert 7a7b57ffb1 Merge pull request from bigtunaIO/master
[Bigtuna.IO] Updating Miuni32 Layouts
TerryMathews 84a358845b Fix compile error
Adam Lee 22738df5f5 Merge branch 'dev'
Adam Lee d099266853 [Miuni32] Rm accidentally committed file
Adam Lee ba90cf422c Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev
Adam Lee f2fcab96a8 Merge remote-tracking branch 'upstream/master'
Adam Lee 29df2be2a9 Merge remote-tracking branch 'upstream/master' into dev
TerryMathews 3381254c65 Establish support for Bathroom Epiphanies Tiger Lily controller
Replacement controller for Filco Majestouch 2 104 key keyboard. BE
advises code will also work with the Black Petal controller - I don't
have one to test with. Tests working perfectly on my Filco.
dbroqua 230c70e285 - Initial commit for branch DK60
coderkun d28d390ad6 Update README for keymap “coderkun_neo2”
coderkun 49046f621b Merge tag '0.5.43' into coderkun_neo2
coderkun 9e7448ea89 Fix F-keys on right hand to start on first key
Tobias O b2083e21a2 lowercase .jpg I think
i guess that fixes the image link - currently its broken
Daniel Shields cb60fe393f Add new keymap for dshields.
Wojciech Siewierski a1e156a3d2 dynamic_macro.h: Do not use backlight_toggle if backlight is disabled
Fixes .
Wojciech Siewierski 10a7cd7e5a dynamic_macro.h: Add debug logs
Wojciech Siewierski 8e94c9b4cb dynamic_macro.h: Make the documentation more clear
Jack Humbert 2704c163da Merge pull request from Thor77/ps2avrGB-keymap-kc-prefix
[ps2avrGB] Add KEYMAP without KC-prefix
Jack Humbert 3af95509b5 Merge pull request from Vifon/pr_1267_fix
Add DYN_REC_STOP to the dynamic macros, cleanup PR 
tengg 425f0a768b revise HHKB bootloader_size to 4096 such that sw reset works ()
Wojciech Siewierski 4b50ea15a9 dynamic_macro.h: Do not save the keys being held when stopping the recording
More specifically, we save them and then place the `macro_end` pointer
before them so they are essentially ignored and the other macro may
freely overwrite them.
Wojciech Siewierski 436d661775 dynamic_macro.h: Fix an off-by-two error
We need to check whether we just passed the after-the-end point of the
other macro. Instead we were checking whether we are going to reach it
now.
Wojciech Siewierski 5e2a999278 dynamic_macro.h: Always toggle the backlight twice as a notification
Apparently sometimes the backlight was toggled only once and it was left on.
Wojciech Siewierski 40fe30e4d6 dynamic_macro.h: Ignore all the initial key releases
Right after the user initiates the macro recording, they usually need
to release some keys used to access the DYN_REC_START layers. It makes
sense to ignore them.

Note: The keys used to access the DYN_REC_STOP key are *not* ignored.
Thor77 7f3b1232c4 Use KC_KEYMAP for default-keymap
and remove obsolete explicit line-separator "\"
Thor77 38b076d22d Add KEYMAP without KC_##-prefix
and rename old variant to KEYMAP_KC
Jack Humbert c5cef025ec Merge pull request from ryanmaclean/patch-6
Cleaning Up Dockerfile Layers Per Official Docs
Ryan MacLean 7ce94eb468 Cleaning Up Dockerfile Layers Per Official Docs
From the official docs: 

```
Note: The official Debian and Ubuntu images automatically run apt-get clean, so explicit invocation is not required.
```

Also added ` && rm -rf /var/lib/apt/lists/*` as part of the install line which probably does what was intended (no need to make a new layer). 

Added apt-get update to the RUN payload, as it should be part of the same layer. 

Both are documented here: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
Jack Humbert 26b51383b2 Merge pull request from ryanmaclean/patch-5
Adding AMJ60 ANSI Maximized Layout