summaryrefslogtreecommitdiffstats
path: root/keyboards/al1/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard USB IDs and strings to data driven: A (#17781)Ryan2022-07-261-7/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-161-1/+1
|\
| * Update the AL1 Vender ID (#16660)Yakbats2022-03-161-1/+1
| | | | | | | | | | | | | | | | | | * Add via to AL1 * Updated number of rows and columns, and applied suggestions from code review * Update Vender ID Change the Vender ID for Triangle Lab to comply with the via PR checklist.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-151-4/+0
|\|
| * Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-4/+0
| | | | | | | | (#16655)
* | Add SN74x154 driver and convert AL1 custom matrix (#16331)Ryan2022-03-151-0/+5
|/
* [Keyboard] Add via keymap to AL1 (#16499)Yakbats2022-03-141-2/+2
|
* AL1 refactor (#13679)Ryan2021-08-151-100/+12
|
* Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-271-3/+0
|
* Remove `DESCRIPTION`, 0-A (#11369)Ryan2021-01-111-1/+0
|
* Refactor to use led config - Part 5 (#10975)Joel Challis2020-11-211-0/+5
| | | | | | | * Refactor to use led config * Refactor to use led config * Refactor to use led config
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-181-1/+1
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-261-6/+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
* True AL1 Support (#3330)MechMerlin2018-07-061-0/+187
* Initial port of AL1 Keyboard from Triangle Labs * Change REPLACE WITH YOUR NAME and some readme changes * More readme change to indicate Group Buy Link * Give Triangle Lab credit * remove pins from config.h and rely on matrix.c * Add QMK Configurator support