Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused `IS_COMMAND()` instances and Magic Key definitions (#14610) | James Young | 2021-09-26 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove unused IS_COMMAND() instances from keyboard-level config.h, 0-9 * Remove unused IS_COMMAND() instances from keyboard-level config.h, A-B * Remove unused IS_COMMAND() instances from keyboard-level config.h, C-D * Remove unused IS_COMMAND() instances from keyboard-level config.h, E-G * Remove unused IS_COMMAND() instances from keyboard-level config.h, handwired * Remove unused IS_COMMAND() instances from keyboard-level config.h, H-M * Remove unused IS_COMMAND() instances from keyboard-level config.h, N-R * Remove unused IS_COMMAND() instances from keyboard-level config.h, S-Z * Remove unused Magic Key definitions from keyboard-level config.h, 0-9 * Remove unused Magic Key definitions from keyboard-level config.h, A * Remove unused Magic Key definitions from keyboard-level config.h, B * Remove unused Magic Key definitions from keyboard-level config.h, C * Remove unused Magic Key definitions from keyboard-level config.h, D-E * Remove unused Magic Key definitions from keyboard-level config.h, F-H * Remove unused Magic Key definitions from keyboard-level config.h, handwired * Remove unused Magic Key definitions from keyboard-level config.h, I-K * Remove unused Magic Key definitions from keyboard-level config.h, L-M * Remove unused Magic Key definitions from keyboard-level config.h, N-R * Remove unused Magic Key definitions from keyboard-level config.h, S-V * Remove unused Magic Key definitions from keyboard-level config.h, W-Z * Merge remote-tracking branch 'upstream/master' into clean/command_and_magic * Remove remaining unused IS_COMMAND() instances from keyboard-level config.h | ||||
* | [Keyboard] Ares refactor (#13730) | James Young | 2021-07-26 | 1 | -2/+2 |
| | |||||
* | Refactor to use led config - Part 6 (#12115) | Joel Challis | 2021-03-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * revert changes | ||||
* | V-USB: Use manufacturer and product strings from config.h (#7797) | Ryan | 2020-03-26 | 1 | -1/+1 |
| | | | | | * V-USB: Use manufacturer and product strings from config.h * Update board configs | ||||
* | Remove NO_UART defines from config.h for V-USB boards (#8351) | Ryan | 2020-03-09 | 1 | -2/+0 |
| | |||||
* | Fix LED configuration for PS2AVRGB boards (#7989) | fauxpark | 2020-01-23 | 1 | -0/+1 |
| | | | | | | * Fix LED configuration for PS2AVRGB boards * Undo backlight on state changes | ||||
* | Remove custom backlight code for PS2AVRGB boards (#7775) | fauxpark | 2020-01-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | * Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize | ||||
* | Set device version from config.h for V-USB boards (#7316) | fauxpark | 2019-11-15 | 1 | -0/+1 |
| | |||||
* | Remove NO_BACKLIGHT_CLOCK (#6418) | fauxpark | 2019-07-27 | 1 | -1/+0 |
| | |||||
* | Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) | Drashna Jaelre | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | Add support for LSJ Ares (#5588) | Maarten Dekkers | 2019-05-24 | 1 | -0/+51 |
* Add support for LSJ Ares Thanks to the other ports which have made this port possible. * Update Ares code per request * More changes to Ares * Update Ares rules.mk Co-Authored-By: Maartenwut <maartenwut@gmail.com> * Remove escaping backslashes from Ares default keymap |