Commit Graph

314 Commits (2fd8a0a7d03e5b13d1234288f43e0a4310dfcd01)

Author SHA1 Message Date
Ilya Zhuravlev 2fd8a0a7d0 qmk_settings: store settings as json 2021-07-01 00:05:19 -04:00
Ilya Zhuravlev 49948a7e76 qmk_settings: initial prototype 2021-07-01 00:05:19 -04:00
Ilya Zhuravlev fc5fa1ac66 any_keycode_dialog: select all text when shown 2021-07-01 00:04:50 -04:00
Ilya Zhuravlev 9c77228feb main_window: when no devices found on linux, link to udev guide 2021-06-27 15:48:22 -04:00
xyzz bc438fb130
Merge pull request #37 from Nisker/scaling
Scalable KeyboardWidget
2021-06-26 01:13:19 -04:00
xyzz 68f524aee2
Merge pull request #38 from Nisker/roundkeys
Rounded key corners
2021-06-26 01:12:18 -04:00
Nisker 895b4ff201 Rounded corners on keys 2021-06-25 21:50:10 +02:00
Nisker 56a7c22de7 Scalable keys 2021-06-25 21:39:06 +02:00
Ilya Zhuravlev c30e528bfb kle_serial: don't error when first item of keymap is a dict
typically used with the {"name": ...} entry
2021-06-08 18:43:09 -04:00
Juan Pablo Kutianski 1a9b71298b Remove the first tab until the list of tabs is empty 2021-05-28 18:32:37 -04:00
Ilya Zhuravlev 402b05a3b9 use certifi to provide ssl certs if missing 2021-05-22 19:15:03 -04:00
Ilya Zhuravlev 9c5616139a macro_recorder: fix exception when switching between v1 and v2 keyboards 2021-05-22 17:01:28 -04:00
Ilya Zhuravlev 4c5174729e matrix_test: simplify the UI 2021-05-22 16:50:35 -04:00
Ilya Zhuravlev c109143397 keycodes: allow TD() keycodes but don't show them 2021-05-22 16:26:28 -04:00
Ilya Zhuravlev 67ea09494c tests: fix expect_via_protocol 2021-05-22 14:54:48 -04:00
Ilya Zhuravlev b717c58d68 keyboard_comm: error out if unsupported protocol 2021-05-22 14:52:45 -04:00
Ilya Zhuravlev c384fb87c3 rgb_configurator: fix crash when refreshing 2021-05-22 14:46:55 -04:00
Ilya Zhuravlev 8ad00110f1 keycodes: support more MAGIC keycodes 2021-05-22 14:42:21 -04:00
Ilya Zhuravlev 58d98411d9 Fix unittests 2021-05-22 13:26:04 -04:00
Ilya Zhuravlev f542157d56 rgb_configurator: finish backlight 2021-05-22 13:19:28 -04:00
Ilya Zhuravlev 9cca2a28fe rgb_configurator: initial implementation for single-color backlight 2021-05-22 13:02:00 -04:00
Ilya Zhuravlev cb00696aae rgb_configurator: refactor to allow multiple rgb handlers 2021-05-22 12:46:17 -04:00
Ilya Zhuravlev 841ec5678c main_window: move rgb before matrix test 2021-05-22 12:26:17 -04:00
Ilya Zhuravlev a1c6dae325 rgb_configurator: remove references to rgb speed 2021-05-22 12:16:45 -04:00
Ilya Zhuravlev 0471c554b6 rgb_configurator: don't try setting invalid color 2021-05-22 12:13:28 -04:00
Ilya Zhuravlev ab39926ed4 rgb_configurator: default to current color in dialog 2021-05-22 12:13:28 -04:00
Ilya Zhuravlev 9f617e5ff7 rgb_configurator: support color changes 2021-05-22 12:13:28 -04:00
Ilya Zhuravlev 8aa8e0dab3 rgb_configurator: initial implementation 2021-05-22 12:13:26 -04:00
Ilya Zhuravlev 6ddbce17ec keymap_editor: don't ever focus layer switch buttons
they end up looking silly with focus jumping around
2021-05-22 12:08:14 -04:00
Ilya Zhuravlev 9ba0e9736d keyboard_widget: fix iso enter handling in some layouts 2021-05-22 12:04:51 -04:00
Ilya Zhuravlev 40ead965c0 disable KeyboardWidget to stop propagating events when not needed 2021-05-22 11:54:49 -04:00
Ilya Zhuravlev 3e9feb2ffc matrix_test: suppress keyboard events while testing 2021-05-10 13:58:59 -04:00
Ilya Zhuravlev 7ceb37700d matrix_test: don't crash when switching to another device 2021-05-10 13:56:55 -04:00
Ilya Zhuravlev 8d56cdb191 matrix_test: minor codestyle 2021-05-10 13:52:41 -04:00
Ilya Zhuravlev aa59202b5a fix DummyKeyboard calling usb_send accidentally 2021-05-08 20:12:51 -04:00
xyzz 4f031a162d
Merge pull request #29 from 0z00/cleanup-keymap-editor
Clean up mousePressEvent handler from KeymapEditor
2021-04-29 16:38:52 -04:00
zoo 9c10486638 Clean up mousePressEvent handler from KeymapEditor 2021-04-29 08:22:30 -07:00
xyzz 8a2bf34f93
Merge pull request #28 from 0z00/ui/editor-container
Deselect key in keymap editor when container is clicked
2021-04-29 10:31:11 -04:00
zoo fb9df2462c Add an editor container to handle mouse click event
- Adds an editor container to handle mouse click events that are detected on an editor's container widget.
    - Adds a handler for container click to the keymap editor to deselect and cancel a key selection.
2021-04-28 21:53:58 -07:00
Pieter a22ea578fd
Added custom keycode functionality (#27)
* Added custom keycode functionality

* Update KEYCODE_USER instead of creating new functionality

* removed unused code

* Removed customkeycode class, and used json object. Also added check that adds normal user, keycodes if no custom keycodes are defined

* used .get for getting custom keycodes from payload
2021-04-28 07:36:39 -04:00
xyzz 5cdb10c8cd
Merge pull request #26 from Pieterv24/fix/matrix_test
fix: Fixed bug that crashes matrix_text when encoders are present
2021-04-27 06:23:59 -04:00
Pieterv24 f0e577b2bc fix: Fixed bug that crashes matrix_text when encoders are present 2021-04-27 12:04:55 +02:00
xyzz fdb61a6a11
Merge pull request #25 from Pieterv24/keylogger
Matrix tester
2021-04-22 21:23:13 -04:00
Pieterv24 5c4a65bb78 reverted requirements.txt 2021-04-22 22:10:00 +02:00
Pieterv24 b48fa0d8ad Added reset button, minimum Vial-qmk version, and press and pressed indication 2021-04-22 21:58:50 +02:00
Pieterv24 2a6f43c6d4 added keylogger 2021-04-19 00:53:07 +02:00
Pieterv24 016ac7eed5 started working on matrix test feature 2021-04-19 00:42:39 +02:00
juank fbf45fcdf1 Missing LSA() and LSA_T() on the Quantum tab 2021-04-15 11:55:47 -04:00
xyzz fcc24cdd21
Merge pull request #22 from cebby2420/fix/df-keycode
Add DF keycode support
2021-04-03 14:41:10 -04:00
cebby2420 ec72d78b22
Add DF keycode support 2021-04-03 17:47:26 +02:00