Commit Graph

5898 Commits (1aa0be4cf1d00f852150e2b2ed5e4c151aeeef3a)
 

Author SHA1 Message Date
barrar 4fe58aa6ec Merge pull request #1 from qmk/master
pull
7 years ago
Jack Humbert 04069c94cc Merge pull request #1297 from khogeland/satan-colemak
Colemak layout for GH60 Satan
7 years ago
Jack Humbert a82e752f64 Merge pull request #1291 from adzenith/persistent
Fix spelling of "persistent"
7 years ago
Kevin Hogeland b767719fc8 Colemak layout GH60 Satan 7 years ago
Nikolaus Wittenstein 8ddbf7f59f Fix spelling of "persistent"
Fixes #1201.
7 years ago
Jack Humbert b412bb8d8c Merge pull request #1283 from TerryMathews/master
Establish support for Bathroom Epiphanies Tiger Lily controller
7 years ago
Jack Humbert d6ce42b01c Merge pull request #1288 from Nephiel/led-set-on-layer-change
Call led_set for layer action events to update LEDs on layer changes
7 years ago
Jack Humbert de2c51b7ca Merge pull request #1290 from shieldsd/master
Add new features to dshields keymap.
7 years ago
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.
7 years ago
jpetermans 164a6c994b reorder mailbox msg data; formatting 7 years ago
Nephiel bd2c0b9648 Call led_set for layer action events to update LEDs on layer changes 7 years ago
jpetermans a144968807 remove breath functions from keymap 7 years ago
jpetermans 16774333ad last readme fix 7 years ago
jpetermans 5fc5661147 third readme fix attempt 7 years ago
jpetermans d1ff2bb9db readme fix 7 years ago
jpetermans 821f72eae9 documentation cleanup 7 years ago
jpetermans b5675e2025 Merge branch 'user_led_configuration' of https://github.com/jpetermans/qmk_firmware into user_led_configuration
Conflicts:
	keyboards/infinity60/led_controller.c
	keyboards/infinity60/led_controller.h
7 years ago
Stephen Tudor 9a8904a9c0 Add smt keymap for Clueboard (HHKB-style layout) (#1286)
* 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
7 years ago
jpetermans 967cf0f6d4 Merge remote-tracking branch 'upstream/master' into user_led_configuration 7 years ago
jpetermans 5df74f3ba7 updated keymap for new led functions 7 years ago
jpetermans f1d81d2cc6 minor change on lock leds 7 years ago
jpetermans 2c5b551970 CLeaned out debug code 7 years ago
jpetermans 52f671c23e small code cleanup 7 years ago
Erez Zukerman 153eb95ab2 Merge pull request #1279 from awpr/master
Change to per-key eager debouncing for ErgoDox EZ.
7 years ago
Jack Humbert d9b70cc1c9 Merge pull request #1275 from Vifon/dynamic_macro/trailing_keypresses
dynamic macros: Trim the trailing modifiers; further cleanup
7 years ago
Jack Humbert b11a5be62c Merge pull request #1278 from shieldsd/master
Add new keymap for dshields.
7 years ago
Jack Humbert 0b050f6c33 Merge pull request #1280 from tobsn/patch-1
lowercase .jpg
7 years ago
Jack Humbert 05b356dea7 Merge pull request #1282 from coderkun/coderkun_neo2
Merge changes for coderkun’s Neo2 layout
7 years ago
Jack Humbert 7a7b57ffb1 Merge pull request #1284 from bigtunaIO/master
[Bigtuna.IO] Updating Miuni32 Layouts
7 years ago
TerryMathews 84a358845b Fix compile error 7 years ago
Adam Lee 22738df5f5 Merge branch 'dev' 7 years ago
Adam Lee d099266853 [Miuni32] Rm accidentally committed file 7 years ago
Adam Lee ba90cf422c Merge remote-tracking branch 'bigtunaio/layouts/adam-lee' into dev 7 years ago
Adam Lee f2fcab96a8 Merge remote-tracking branch 'upstream/master' 7 years ago
Adam Lee 29df2be2a9 Merge remote-tracking branch 'upstream/master' into dev 7 years ago
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.
7 years ago
dbroqua 230c70e285 - Initial commit for branch DK60 7 years ago
coderkun d28d390ad6 Update README for keymap “coderkun_neo2” 7 years ago
coderkun 49046f621b Merge tag '0.5.43' into coderkun_neo2 7 years ago
coderkun 9e7448ea89 Fix F-keys on right hand to start on first key 7 years ago
Tobias O b2083e21a2 lowercase .jpg I think
i guess that fixes the image link - currently its broken
7 years ago
Daniel Shields cb60fe393f Add new keymap for dshields. 7 years ago
Wojciech Siewierski a1e156a3d2 dynamic_macro.h: Do not use backlight_toggle if backlight is disabled
Fixes #1199.
7 years ago
Wojciech Siewierski 10a7cd7e5a dynamic_macro.h: Add debug logs 7 years ago
Wojciech Siewierski 8e94c9b4cb dynamic_macro.h: Make the documentation more clear 7 years ago
Jack Humbert 2704c163da Merge pull request #1272 from Thor77/ps2avrGB-keymap-kc-prefix
[ps2avrGB] Add KEYMAP without KC-prefix
7 years ago
Jack Humbert 3af95509b5 Merge pull request #1273 from Vifon/pr_1267_fix
Add DYN_REC_STOP to the dynamic macros, cleanup PR #1267
7 years ago
tengg 425f0a768b revise HHKB bootloader_size to 4096 such that sw reset works (#1274) 7 years ago
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.
7 years ago
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.
7 years ago