Skip to content

Commit

Permalink
Update comment to follow coding conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gardego5 committed Apr 28, 2022
1 parent cd36549 commit d9bfe45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions keyboards/ut472/keymaps/gardego5/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
*/
#include QMK_KEYBOARD_H

// This controls special press and hold keys.
// Maps right arrow to F15 when held, to be used for push to talk.
/* This controls special press and hold keys.
* Maps right arrow to F15 when held, to be used for push to talk.
*/
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case LT(0, KC_RIGHT):
Expand Down

0 comments on commit d9bfe45

Please sign in to comment.