Enhance documentation for Tap-Hold functions (#4628)
Remove userspace info from Quad-Function Tap Dance example (#4631)
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
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
Keymap: Disable audio for planck/dshields/rev6 and enable retro tapping. (#4643)
Merge pull request #4642 from noroadsleft/cf/at101_blackheart
AT101 Blackheart Configurator support and readme update
Baguette: Configurator update
The layout was right, but offset on both axes.
AT101 Blackheart: readme update
- added image
- updated Docs links
AT101 Blackheart: Configurator support
Keyboardio Model 01: Configurator support
Added noeeprom versions of set hue, sat, val, and step
Dactyl_manuform map and updates to my ergodox layout for moving to a
different location.
Added Dynamic Keymaps to M10-B
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
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
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
Zlant: Configurator rendering bugfix (#4622)
Configurator's API uses the available alias name, instead of the direct matrix name.
Puck Refactor, Configurator support and readme cleanup (#4615)
* Puck: layout macro refactor
Reformat layout macro to resemble physical keyboard layout.
* Puck: Configurator support
* Puck: readme cleanup
Markdown formatting corrections.
S7 Elephant Configurator fixes (#4614)
* S7 Elephant: Configurator bugfix, part 1
Reformatted the JSON so each key is on its own line:
This makes the keys easier to rearrange.
* S7 Elephant: Configurator bugfix, part 2
Deleted the extra key from LAYOUT_iso_1u:
JSON contents stated this layout used a split Backspace, but the matrix is configured and intended to have a 2u Backspace.
Extended the Backspace to 2u width and deleted the extra key. (This fixes the error that broke LAYOUT_iso_1u's rendering in the Configurator.)
* S7 Elephant: Configurator bugfix, part 3
Fix ISO layouts:
Noticed JSON object for Enter on ISO layouts was immediately after Right Bracket. Inspection of s7_elephant.h revealed the expected and appropriate location to be after ISO Hash.
Moved Enter key to the proper location on all ISO layouts.