aboutsummaryrefslogtreecommitdiff
path: root/users/jonavin/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/jonavin/readme.md')
-rw-r--r--users/jonavin/readme.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/users/jonavin/readme.md b/users/jonavin/readme.md
index 9fccb8c73..1b064ddc3 100644
--- a/users/jonavin/readme.md
+++ b/users/jonavin/readme.md
@@ -32,6 +32,9 @@ KEYCODES:
32- CT_PGDN Ctrl-PgDn 32- CT_PGDN Ctrl-PgDn
33- CT_HOME Ctrl-HOme 33- CT_HOME Ctrl-HOme
34- CT_END Ctrl-End 34- CT_END Ctrl-End
35- KC_SFTUP RShift when held, Up arrow when tapped
36- KC_RAISESPC _RAISE layer mod when held, space when tapped
37- KC_LOWERSPC _LOWER layer mod when held, space when tapped
35- 38-
36 When EMOTICON_ENABLE = yes 39 When EMOTICON_ENABLE = yes
37- EMO_SHRUG `\_("/)_/` 40- EMO_SHRUG `\_("/)_/`
@@ -39,6 +42,7 @@ KEYCODES:
39- EMD_TEARS (T_T) 42- EMD_TEARS (T_T)
40- EMO_NERVOUS (~_~;) 43- EMO_NERVOUS (~_~;)
41- EMO_JOY (^o^) 44- EMO_JOY (^o^)
45- EMO_SAD :'-(
42 46
43 47
44AVAILABLE ENCODER ACTIONS: 48AVAILABLE ENCODER ACTIONS:
@@ -79,7 +83,15 @@ IDLE_TIMEOUT_ENABLE = yes
79- Enables Timer functionality; for RGB idle timeouts that can be changed dynamically 83- Enables Timer functionality; for RGB idle timeouts that can be changed dynamically
80- When enabled, use this in the keymap for an additional matrix processing: void matrix_scan_keymap(void) 84- When enabled, use this in the keymap for an additional matrix processing: void matrix_scan_keymap(void)
81 85
82- Functions: 86EMOTICON_ENABLE
87- adds EMO_ keycodes for text emojis
88
89INVERT_NUMLOCK_INDICATOR
90- inverts the Num lock indicator, LED is on when num lock is off
91
92
93FUNCTIONS
94------------------------
83- u16int_t get_timeout_threshold(void) // returns the current timeout threshold 95- u16int_t get_timeout_threshold(void) // returns the current timeout threshold
84- void timeout_update_threshold(bool increase) // change threshold: true = increase, false = decrease 96- void timeout_update_threshold(bool increase) // change threshold: true = increase, false = decrease
85- void timeout_reset_timer(void) // resets timer (put in process_record_user if you override it) 97- void timeout_reset_timer(void) // resets timer (put in process_record_user if you override it)