~ruther/qmk_firmware

02d44beb — Drashna Jaelre 6 years ago
Fix up tap_code functionality (#4609)

* Add delay in Tap Code to avoid issues

I think a few people have reporting issues with it working properly, and it may be a timing issue.  The 'register_code' uses this sort of delay in some of the functions, and
this is probably why.

Adding the 100ms delay should hopefully fix any issues with it.

* Make tap_code delay configurable

* Update documentation

* Bring tap_code16 inline with changes

* Fix type for tap_code16

Bad copy-paste job

* Just use the value check for the define

* Clarify timing in docs

Co-Authored-By: drashna <drashna@live.com>

* Wordsmithing

Co-Authored-By: drashna <drashna@live.com>
80dfd34f — Drashna Jaelre 6 years ago
Add additional resource links (#4594)

* Add additional resource links

And fix a typo or two

* Update docs/newbs.md

Co-Authored-By: drashna <drashna@live.com>

* Wordsmithing

Co-Authored-By: drashna <drashna@live.com>
8c305477 — Drashna Jaelre 6 years ago
Docs: Remove duplicate layer block in keycodes.md (#4621)

* Docs: Remove duplicate layer block in keycodes.md

Reorder and add OSL

* remove glitch

Co-Authored-By: drashna <drashna@live.com>
6c6bbff6 — Drashna Jaelre 6 years ago
Enhance documentation for Tap-Hold functions (#4628)

641bbeb4 — Drashna Jaelre 6 years ago
Remove userspace info from Quad-Function Tap Dance example (#4631)

60f9abca — noroadsleft 6 years ago
handwired/CMD60 Refactor, Configurator support and readme update (#4632)

* handwired/CMD60: refactor

- renamed layout macro KEYMAP to LAYOUT
- removed K2C, K3B and K3C locations (indications are these locations were unused in hardware)
- keymap
  - now uses #include QMK_KEYBOARD_H
  - converted keycodes to short format
  - deleted TMK fn_actions and action_get_macro blocks
  - white space changes (readability/alignment)

* handwired/CMD60: Configurator support

* handwired/CMD60: readme update

- updated to conform to current QMK template
- added image and build gallery links

* handwired/cmd60: rename all files and folders to lowercase
25892301 — noroadsleft 6 years ago
Keymap: handwired/108key_trackpoint Configurator support and readme update (#4633)

* handwired/108key_trackpoint: Configurator support

* handwired/108key_trackpoint: readme update

- fix typo in make command
- rename file to lowercase
1ae07f65 — Daniel Shields 6 years ago
Keymap: Disable audio for planck/dshields/rev6 and enable retro tapping. (#4643)

dd03ac38 — Drashna Jaelre 6 years ago
Merge pull request #4642 from noroadsleft/cf/at101_blackheart

AT101 Blackheart Configurator support and readme update
e83c62a0 — noroadsleft 6 years ago
Baguette: Configurator update

The layout was right, but offset on both axes.
48933811 — noroadsleft 6 years ago
AT101 Blackheart: readme update

- added image
- updated Docs links
119b02c5 — noroadsleft 6 years ago
AT101 Blackheart: Configurator support
388de9bc — noroadsleft 6 years ago
Keyboardio Model 01: Configurator support
89b80b79 — Fredric Silberberg 6 years ago
Add big switch layout
9e6ee477 — Fredric Silberberg 6 years ago
Added noeeprom versions of set hue, sat, val, and step
e8f73059 — Fredric Silberberg 6 years ago
Dactyl_manuform map and updates to my ergodox layout for moving to a
different location.
cc45f62d — Wilba6582 6 years ago
Added Dynamic Keymaps to M10-B
24b17c96 — noroadsleft 6 years ago
Keyboard: handwired/maartenwut readme cleanup and Configurator support (#4624)

* handwired/maartenwut: readme cleanup

- Fixed typo (Maarten's last name was misspelled)
- Updated Docs links

* handwired/maartenwut: Configurator support
ca39fa82 — noroadsleft 6 years ago
Keyboard: handwired/kbod Refactor, Configurator support and readme update (#4623)

* handwired/kbod: refactor

- layout macro KEYMAP renamed to LAYOUT

* handwired/kbod: update config.h files to #pragma once

* handwired/kbod: Configurator support

* handwired/kbod: readme update

- updated reademe to current template
- added image
2cef75cb — ishtob 6 years ago
Keymap: update ishtobs hadron keymap (#4613)

* adding ishtob's keymap to hadron ver3

* update ishtob keymap

* ishtob hadron keymap update 2

* Delete readme (Case Conflict).md

* Delete readme (Case Conflict).md

* add missing FN layer to ishtob hadron keymap

* removed unused toggle keycode
Next