summaryrefslogtreecommitdiffstats
path: root/keyboards/sx60/matrix.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill1-4/+4
2018-06-05Adding SX60 work by amnobis and configurator settings (#3122)Jason1-0/+307
* 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