aboutsummaryrefslogtreecommitdiffstats
path: root/moder.c
diff options
context:
space:
mode:
Diffstat (limited to 'moder.c')
-rw-r--r--moder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/moder.c b/moder.c
index c50a7d5..1dd4e52 100644
--- a/moder.c
+++ b/moder.c
@@ -10,7 +10,7 @@ int main() {
.length = SIZE
};
const CKeyActionResult *mode = c_run_key_action(mode_trigger, NULL);
- /* printf("%d\n", *mode->kind); */
+ printf("%d\n", *mode->kind);
HeadphoneButton buttons[] = {HeadphoneButton_Down};
Trigger trigger = {
@@ -21,6 +21,7 @@ int main() {
printf("%d\n", *result->kind);
printf("%s", result->action);
+ /* printf("\n%d\n", *mode->kind); */
return 0;
}