aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/wilba_tech
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Added WT69-A PCB (#5721)Wilba2019-04-2711-3/+492
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added WT69-A * Tweaked some things before PR * Update keyboards/wilba_tech/wt69_a/info.json Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com> * Update keyboards/wilba_tech/wt69_a/readme.md Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com> * Update keyboards/wilba_tech/wt69_a/wt69_a.h Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com> * Update keyboards/wilba_tech/wt69_a/readme.md Co-Authored-By: Wilba6582 <Jason.S.Williams@gmail.com> * PR fixes * Fixed readme.md * Fixed keymaps
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-185-5/+5
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* [Keymap] Add new layout for wilba_text WT8-A (#5141)Rys Sommefeldt2019-02-152-0/+93
|
* Added WT75-A, refactor wilba.tech PCBs (#5100)Wilba2019-02-1221-12/+921
| | | | | | * Added WT75-A, added "via" keymaps to wilba.tech * Missed file last commit
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-263-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* Keyboard: Initial commit of WT8-A implementation (#4674)Wilba2018-12-187-0/+271
|
* Added Dynamic Keymaps to M10-BWilba65822018-12-134-0/+12
|
* Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)Wilba2018-11-304-22/+106
| | | | | | | | | | | | | | | | | | * Refactored M6-B to use Zeal60 RGB backlight code * Fixed M6-B LED co-ordinates * Minor changes to RGB config for Zeal65 * Added dynamic keymaps to WT80-A, WT60-A, WT-80A, U80-A * Macro implementation * Implemented macros, API protocol version 8, RGB backlight fixes * Improved radial effects for M6-B * Fixed undefined references when building an RGB keyboard after M6-A
* Refactoring M6-A, M6-B, Zeal60, Zeal65, WT60-A, WT65-A, WT80-A (#4417)Wilba2018-11-139-18/+252
| | | | | | | | | | * Refactored M6-B to use Zeal60 RGB backlight code * Fixed M6-B LED co-ordinates * Minor changes to RGB config for Zeal65 * Added dynamic keymaps to WT80-A, WT60-A, WT-80A, U80-A
* RAMA U80-A, wilba.tech WT60-A, WT65-A, WT80-A, IS31FL3736 driver (#3925)Wilba65822018-09-2725-0/+1378
* Initial commit of RAMA U80-A * Initial commit of RAMA U80-A * Moved IS31FL3736 driver, minor cleanups * Superficial stuff * Review changes * Refactored to use common code.