Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* info.json: add key labels
* rename LAYOUT_63_ansi to LAYOUT_60_ansi_arrow
* enable community layout support
|
|
|
|
* add info.json file for Apollo87H
* add info.json file for Apollo87H-T-SC
* add info.json file for Apollo88H-T-SC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Initial Apollo87H support
* Define RGB animations and default animation
* Add proper per-key RGB support
* Adjust LED positions
* Separate delta-gamma
* Fine-tune LED positions
* fix up GAMMA revision
* fix up tabs indentation to spaces indentation
* Fixed positioning and CS-SW defs for some LEDs
* Fix INS RGB position
* Fine-tune LED positions, fix default RGB
* Update readme's
* Rename LAYOUT_87H to lowercase 87h
* Formatting gamma's rules.mk
* Formatting delta's rules.mk
* Use smaller readme image
* Use smaller README image
* First support for 87H-T-SC and 88H-T-SC
* Update README
* Fix layout naming
* Remove
* Remove EEPROM definitions, fix missing RGB LED mod/alpha definer
* Add suggestions from noroadsleft
|
|
|
|
* chiffre refactor for new revisions
* updated led matrix config
* updated per suggestions
* add tapdance enable
* revert tapdance (none defined in the default keymaps)
* clean up rules
* add readme for HE
* remove notes in readme
* fix perm
* fix perms
* Fix spacing on readme
* fix perm
* fix perms again?
|
|
|
|
* adding perk60 iso
adding perk60 iso
* Update info.json
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Delete chconf.h
* Update keyboards/4pplet/perk60_iso/rev_a/rules.mk
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.c
* Update rules.mk
* Update config.h
* removing a few RGB effects
* removing more effects
* Update keyboards/4pplet/perk60_iso/rev_a/config.h
* Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/default/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/rev_a/rev_a.h
* Update keyboards/4pplet/perk60_iso/keymaps/via/keymap.c
* Update keyboards/4pplet/perk60_iso/info.json
* Update keyboards/4pplet/perk60_iso/rev_a/rules.mk
|
|
|
|
|
|
|
|
Python will evaluate first the left and then the right side of the and operator.
The left side would previously return True based on the truthiness logic that treats any non-emptry string as true.
It would not check if the desired keymap exists.
If the left side is true it will evaluate the right side which will check for the existance of a specific keymap.
With this change the check for existance of two keymaps is implemented.
|
|
|
|
|
|
* Added autoclicker, better mouse, vim like FN layer and more.
* Updated docs to comply with guidelines
* Fixed Imgur links
* increased step sizes
* updated readme to reflect step size
* Added second delay array for autoclicker to compensate for RGB animation CPU loads
* better RGB effects and updated docs
* better README.md formatting
* added DEBONCE libinput workaround for Linux
* fixed formatting
* fixed typos and clarified
* fixed layer picture order
* Update keyboards/dztech/dz65rgb/keymaps/yuannan/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/dztech/dz65rgb/keymaps/yuannan/README.md
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Updated Docs and rules
* Updated with the new deferred exec API to ensure more consistant CPS
* renamed README.md to be lower case to comply with fauxpark's request
* Remapped alt to be left instead of right for compatibility reasons
* Update keyboards/dztech/dz65rgb/keymaps/yuannan/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
|
|
|
|
|
|
|
|
|
|
|
* Add Krush65 Hotswap
* Led fix
* small fix
* a
* B
* move ec action to VIA keymaps
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk
* Update readme.md
* Update readme.md
* Update readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/rules.mk
* Update keyboards/sawnsprojects/krush/krush65/hotswap/info.json
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/readme.md
* Update keyboards/sawnsprojects/krush/krush65/hotswap/info.json
* Update keyboards/sawnsprojects/krush/krush65/hotswap/hotswap.h
|
|
|
|
|
|
|
|
|
|
Move Pointing Device Initialization to after Split Post Initialization
If both pointing device and split is enabled, the pointing device init needs to be called after the split post init, otherwise the connection (serial/etc) isn't initialized yet, and any commands that need to send data over (such as calling the set cpi command) never get sent over.
|
|
|
|
|
|
* Reduce mem footprint - remove sprintf
* remove stdio reference and use get_u8_str
Co-authored-by: Jonavin <=>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Documents the change made in #12081
|
|
|
|
|