[Keyboard] tunks/ergo33: define RGBLight config at kb level (#11855)
[Docs] Add EEP_RST keycode to "Wiping the EEPROM" section (#11830)
Adding custom keymap for Quark keyboard (#11744)
* adding pezhore keymap
* Adding sarcasm/irony mark, unicode emoji
* removing numpad layer enum
Co-authored-by: Brian Marsh <brian.marsh@rangelabs.io>
Add stuartfong1 Planck Layout (#11814)
* Add files via upload
* Update readme.md
* Update readme.md
* Add GPL2+ compatible license header to config.h
* Update keyboards/planck/keymaps/stuartfong1/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Rename ki folder to kifinnsson (#11853)
In preparation for migrating keymaps to userspace
added dear_vehicle_owner meme keymap to planck keyboard (#11478)
* added default as a starting point
* added readme per guidelines
* made necessary changed to keymap to follow guidelines
* changed debounce mode for more smooth usage at the cost of mem
* increased polling interval
* Revert "made necessary changed to keymap to follow guidelines"
yikes! I modified the WRONG directory. reverted.
This reverts commit 8ba3d97af538796d765c47b48537dbcf55c3dbc1.
* reverted commit that modified file in incorrect directory. modified intended file.
* added license tp config.h
[Docs] Update feature_haptic_feedback.md (#11859)
Arduino playground link to wiring diagram no longer works. Changed the link to point to the correct Adafruit hosted diagram pdf.
[Keymap] add noroadsleft userspace; add and update keymaps (#11686)
[Keymap] Added german_gaming keymap for hidtech/bastyl (#11446)
* Added german_gaming keymap for hidtech/bastyl
* Apply suggestions from code review
* Added missing brace
Userspace updates (#11841)
* enable LTO for smaller firmware size
* delete since this was added to userspace rules.mk
* readme updates and new images
* Add -j to compile and flash commands in userpsace
* Enable NKRO
* Enable NKRO, VIA, LTO by default
* Stanrc85-ansi readme update
* Stanrc85-alice readme
* quick RGB layer indicator fix in keymap
[Keyboard] Add keyboard yun65 (#11714)
[Keyboard] Add sowbug/68keys and sowbug/ansi_tkl (#11589)
Play Keyboard Helen 80: fix matrix mapping (#11585)
Fix VENDOR_ID for ymd67 (#11838)
[Keyboard] Add Splitty keyboard (#11613)
Simplify NIBBLE encoder code and clean up keymaps (#11808)
* Simplify encoder code and clean up keymaps.
-Removed overly complex VIA encoder code. It wasn't adding any value and was confusing users who were trying to customize encoder functionality on VIA keymaps.
-Replaced KC_TILDE with KC_HOME in all keymaps, as KC_TILDE sends a left shift, which was confusing some folks as they tested their build.
-Move layer names to enum
* Change encoder_update_kb to encoder_update_user per PR feedback