summaryrefslogtreecommitdiffstats
path: root/keyboards/inett_studio/sqx/universal/universal.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-2/+5
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-241-1/+1
|
* __flash? (#13799)Joel Challis2021-07-311-1/+1
|
* Update iNETT Studio Square.X RGB Light (#11723)Matrix Zou2021-02-031-0/+8
| | | | * Add Caps Lock indicators support * Fix 'a' flag error for RGB Light Mode
* [Keyboard] added SQUARE.X by iNETT Studio (#10066)yulei2020-09-111-0/+194
* added SQUARE.X keyboard from the iNETT Studio * split to two sub directories * Apply suggestions from code review * Update keyboards/inett_studio/sqx/universal/universal.h * Apply suggestions from code review * update the matrix control keycodes settings * use the offical macro to the rgb matrix control * fixed led position issue * Apply suggestions from code review * removed the redundant #endif * update default keymap * Apply suggestions from code review * add license header