summaryrefslogtreecommitdiffstats
path: root/keyboards/sx60/sx60.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix layouts containing keys with multiple matrix positions (#20191)Ryan2023-03-291-58/+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-071-3/+2
|\|
| * Refactor use of legacy i2c implementation (#14341)Joel Challis2021-09-071-3/+2
| |
* | 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
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* Adding SX60 work by amnobis and configurator settings (#3122)Jason2018-06-051-0/+86
* Add SX60 * Add config maps and layouts as well as readmes. * cleanup and fixes * correct readme * add missing closing commenty tag * Changing includes to QMK_KEYBOARD_H * Update settings.json Remove config change that was added automatically by vscode. * Update readme.md fix readme formatting