summaryrefslogtreecommitdiffstats
path: root/keyboards/sx60
Commit message (Expand)AuthorAgeFilesLines
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-3/+0
* Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-292-62/+336
* Remove empty rules.mk from keymaps (#20056)Joel Challis2023-03-081-0/+0
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-4/+4
* Move backlight config to data driven (#19910)Ryan2023-02-262-2/+3
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-3/+0
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-5/+5
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-12/+2
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
* Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-1/+0
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-202-2/+2
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-042-7/+6
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-12/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-131-1/+1
|\
| * Fix up build options comments (#15463)Ryan2021-12-121-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-091-1/+1
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-1/+1
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-021-1/+0
|\|
| * Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-1/+0
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-8/+0
|/
* Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young2021-11-051-1/+1
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-121-2/+0
|\
| * Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-101-7/+0
|\|
| * Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-081-1/+1
|\|
| * Fixes for recent i2c migrations (#14352)Joel Challis2021-09-081-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-076-421/+25
|\|
| * Refactor use of legacy i2c implementation (#14341)Joel Challis2021-09-076-421/+25
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-031-3/+0
|\|
| * Remove more cruft in keyboard files (#14288)Ryan2021-09-031-3/+0
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-011-44/+43
|/
* Remove Full Bootmagic (#13846)James Young2021-08-061-1/+1
* Change `BOOTMAGIC_ENABLE=yes` to use Bootmagic Lite (#12172)James Young2021-04-121-1/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-276-41/+115
|\
| * [Keyboard] Add VIA support to SX60 and update default keymap (#11908)Danny2021-02-266-41/+115
* | Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-1/+1
|/
* Remove `DESCRIPTION`, R-V (#11632)Ryan2021-01-201-1/+0
* Change ?= to = in keyboard rules.mk (#9390)Ryan2020-06-151-11/+11
* Trim firmware sizes from default rules.mk, part 3 (#8045)ridingqwerty2020-01-301-4/+4
* Cleanup rules.mk for 32U4 keyboards, R-S (#7182)fauxpark2019-10-282-43/+13
* Remove superfluous JTAG disable code (#6445)fauxpark2019-08-201-7/+0
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-062-8/+8
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-191-1/+3
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-271-4/+4