Add list-keymaps make target (#5563)
[Keyboard] Update Stapelberg readme.md (#5557)
Previously suggested parts are hard to find or non-existent. Update with available part numbers.
Add support for Void Linux systems to the qmk_install.sh script (#5526)
* Add support for Void Linux systems to the qmk_install.sh script
* Fix typos + grammatical edits in comments
* Sort distributions by alphabetical order in linux_install.sh
* Revert previous commit and sort Void packages in alphabetical order
* Fix permissions on `util/linux_install.sh`
Add support for 328P hardware backlight on B1/B2 (#6776)
Cleanup rules.mk for 32A and 328P keyboards (#6767)
Add reset instructions for boards that use Command to the Zadig driver installation guide (#6770)
* Add reset instructions for boards that use Command to the Zadig driver installation guide
* -> → →
* Apply suggestions from code review
Replace shorthand keycode names with full names
Co-Authored-By: fauxpark <fauxpark@gmail.com>
[Keymap] Added my personal keymaps for dz60 and TMO50. (#6772)
* Added ottodokto keymaps for dz60 and tmo50.
* moved placement of keymaps to proper directory
* fixed accidental deletion of semicolon for tmo50 map
* fix to use short form codes
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Cleanup rules.mk for 16U2 and 32U2 keyboards (#6768)
* Cleanup rules.mk for 16U2 and 32U2 keyboards
* Add back Tap Dance build option
Cleanup rules.mk for USB64 and USB128 keyboards (#6769)
DRV2605L Continuous Haptic Feedback Support (#6461)
* provide means to turn on RTP mode and set the amplitude
* new keycode HPT_CONT to turn RTP off/on
* introduce new keycodes HPT_CONI, and HPT_COND for Haptic Continuous Increase and Decrease
* support for continuous mode amplitude increase and decrease
* code cleanup
* update docs to reference new keycodes and functionality
* don't touch the keymaps
* add function prototypes
* add proper guards
* cleanup guards
* remove extra reserved
[Keyboard] 1up60hte cleanup + bugfix (#6763)
* move caps lock led to keyboard level so even QMK Configurator users have access to it
* set bootloader correctly to atmel-dfu
* clean up extra carriage return
[Keymap] Update Planck Layer Diagram To Match Layer (#6712)
Smoother Linear Light Table (#6764)
Updated split encoders so indexes are based on left hand encoders first (#6382)
* Updated encoder.c so that split encoders are indexed based on left hand encoders first.
This ensures when swapping master sides that code logic based on encoder index doesn't change.
PR Review fixes
* Removed extra define
[Keyboard] 201909 s75 custom encoder (#6745)
* Handle custom encoder configuration
* Whitespace changes
* Undo broken stuff
* more
* Remove printfs
* fix the dumb bug
[Keyboard] Introduce AT-AT 660M (#6729)
* Introduce AT-AT 660M
* PR feedback
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Add dfu-util args
* Add URL
[Keyboard] add personal fullsize pcb hnah108 (#6759)
* add personal fullsize pcb hnah108
* Update keymap.c
[Keyboard] Fix compile issues for OLKB Default keymaps (#6751)
Update bootloader.mk (#6698)