This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # interval_f5.py | |
| import time | |
| from kmk.extensions import Extension | |
| from kmk.keys import KC, make_key | |
| from kmk.utils import Debug | |
| debug = Debug(__name__) | |
| # Create an INTERNAL keycode (never sent to host) | |
| def _interval_toggle_handler(key, keyboard, kc, coord_int): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "global": { | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": true, | |
| "show_profile_name_in_menu_bar": false | |
| }, | |
| "profiles": [ | |
| { | |
| "complex_modifications": { | |
| "parameters": { |