aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tmo50/tmo50.c
Commit message (Collapse)AuthorAgeFilesLines
* TMO50: use layer_state_set_kb at keyboard level (#10150)Joe Wasson2020-08-311-10/+27
| | | | | * Change TMO to use layer_state_set_kb as is customary at the keyboard level. This also factors out `process_indicator_led` to a separate method.
* Tmo50 indicators (#5044)Emīls Delle2019-02-041-0/+41
| | | | | | | | | | | | | | * Create ISO HHKB keymapping for GH60 * Add media controls to Fn layer * Use M(x) instead of F(x), add Copyright text * Add README for additional information about TMO50 features/quirks * Add indicator LED code * Move indicator code to tmo50.c
* [Keyboard] Tmo50 initial commit (#4891)Emīls Delle2019-01-201-0/+43
* Create ISO HHKB keymapping for GH60 * Add media controls to Fn layer * Use M(x) instead of F(x), add Copyright text * Create initial firmware for TMO50 * Correct year and author * Fix repos README * Remove unnecessary code * Change include guard in tmo50.h