summaryrefslogtreecommitdiffstats
path: root/keyboards/synthlabs
Commit message (Collapse)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-2/+2
|
* Fix layout offsets for a handful of boards (#21636)Ryan2023-07-311-23/+23
|
* Fix encoder map declarations (#21435)Joel Challis2023-07-031-1/+1
|
* Remove encoder in-matrix workaround code (#20389)jack2023-06-197-82/+17
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-032-635/+635
|
* `info.json` whitespace cleanups (#20651)Ryan2023-05-022-594/+594
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-014-6/+4
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-151-1/+1
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-2/+3
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-2/+4
|
* Move encoder config to data driven (#19923)Ryan2023-02-263-16/+9
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move layouts for direct_pins boards to data driven (#19872)Ryan2023-02-192-42/+1
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Move Bootmagic config to data driven (#19860)Ryan2023-02-172-3/+3
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-131-2/+0
|\
| * Reduce synthlabs/060 firmware size (#19814)jack2023-02-121-3/+0
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-032-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* | Clean up Force NKRO in config.h (#19718)Ryan2023-01-302-51/+0
| |
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-312-2/+0
| |
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-5/+5
|/
* Synth Labs 060 Layout Additions and Fixes (#19575)James Young2023-01-134-19/+561
|
* [Keyboard] Add Synth Labs 060 keyboard (#19363)Nostril2022-12-178-0/+336
| | | Co-authored-by: jack <0x6a73@protonmail.com>
* Joystick feature improvements (#19052)Ryan2022-11-272-3/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-265-2/+93
|\
| * [Keymap] Add new IIDX gamepad keymap for Synth Labs Solo (#18741)Nostril2022-10-265-2/+93
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Normalise Joystick and Programmable Button keycodes (#18832)Ryan2022-10-241-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-081-40/+74
|\|
| * Synth Labs Solo Configurator Fixes (#18642)James Young2022-10-081-40/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting - four-space indent - line breaks between physical rows * info.json: fix key sequence * info.json: fix layout macro reference The macro `LAYOUT` doesn't exist - this data should reference `LAYOUT_all`. * info.json: add LAYOUT_left data * info.json: add LAYOUT_right data * info.json: correct LAYOUT_right key sequence and positioning
* | Further refactoring of joystick feature (#18437)Ryan2022-09-271-6/+1
|/
* Fix a couple of boards still using `usb.device_ver` (#18258)Ryan2022-09-031-1/+1
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-201-1/+1
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-2/+0
|/ | | | `QMK_KEYS_PER_SCAN` (#15292)
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-042-5/+2
|
* [Keyboard] Add Synth Labs Solo keyboard (#16103)Nostril2022-04-1213-0/+337
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>