Luke D Russell
|
9e29f4c442
|
Adds an alias for the LEADER keycode
|
2022-07-11 08:16:11 -07:00 |
|
Gleb Sabirzyanov
|
6fe2457d8e
|
Rename encoder resolution to divisor
|
2022-07-08 11:03:01 +00:00 |
|
Gleb Sabirzyanov
|
ed41f4cda5
|
Fix formatting and comments
|
2022-07-08 11:03:01 +00:00 |
|
Gleb Sabirzyanov
|
6e8aaff050
|
Cancel action on encoder return
|
2022-07-08 11:03:01 +00:00 |
|
Gleb Sabirzyanov
|
58248a9631
|
Prefer integer division in encoder.py
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
|
2022-07-08 11:03:01 +00:00 |
|
Gleb Sabirzyanov
|
e72ab5a958
|
Fix formatting
|
2022-07-08 11:03:01 +00:00 |
|
Gleb Sabirzyanov
|
aafa0d9c6a
|
Add encoder resolution setting
|
2022-07-08 11:03:01 +00:00 |
|
xs5871
|
178acc0702
|
pacify the linter
|
2022-07-05 08:48:18 -07:00 |
|
xs5871
|
ac8a696acb
|
fix combos to match new unittest
|
2022-07-05 08:48:18 -07:00 |
|
xs5871
|
258e622bb4
|
fix and refactor keyboard unittest
|
2022-07-05 08:48:18 -07:00 |
|
xs5871
|
357165c14b
|
fix KC["_"] resolving to BLE_REFRESH
|
2022-07-02 08:03:05 -07:00 |
|
crazyiop
|
d2eba7b4ef
|
[split] cleanup: remove target_left (unused)
only split_target_left is used
|
2022-06-30 00:38:20 -07:00 |
|
xs5871
|
bb2ddc1e33
|
fix tapdance reporting key in wrong order
|
2022-06-30 00:37:04 -07:00 |
|
xs5871
|
e829bc83de
|
fix tapdance crash and add unit-tests
|
2022-06-30 00:37:04 -07:00 |
|
James Fitzgerald
|
b25f325871
|
Rename randomize to enable_interval_randomization
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
7886b374b6
|
Implement suggestions and improve documentation clarity
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
4707b92fd4
|
Skip the waiting entirely if wait is set to 0 or lower rather than creating a timer of 0
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
c6bbd49d05
|
Minor bugfix for toggle functionality when during wait period
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
6033dc91d0
|
Make toggle functionality start after wait period
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
b55942731d
|
Add toggle functionality
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
654127bac7
|
Minor doc addition
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
05d1a622dd
|
Remove redundant timer code
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
17a8e39bfe
|
Fix wrong quotes
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
e448e09e73
|
Run make fix-isort fix-formatting on RapidFire module
|
2022-06-30 06:37:57 +00:00 |
|
James Fitzgerald
|
d5dfbf456f
|
Add RapidFire module
|
2022-06-30 06:37:57 +00:00 |
|
nogg3r5
|
aa327e4557
|
Typo in variable name
|
2022-06-28 08:14:27 -07:00 |
|
nogg3r5
|
37e67c7c44
|
Update led.py
This line also ends changing, otherwise the variable brightness is never used
|
2022-06-28 08:14:27 -07:00 |
|
nogg3r5
|
1f8d66ce8c
|
Updating correct line
|
2022-06-28 08:14:27 -07:00 |
|
nogg3r5
|
333913a924
|
Update led.py
Reducingdefault brightness to 50%
|
2022-06-28 08:14:27 -07:00 |
|
nogg3r5
|
15c5e4415e
|
Set brightness to 100 when the board powers on
There didn't seem to be a way to do this, unless I missed something somewhere?
|
2022-06-28 08:14:27 -07:00 |
|
Gleb Sabirzyanov
|
d70de71c5f
|
Fix encoder direction inversion being ignored
|
2022-06-21 08:16:54 -07:00 |
|
crazyiop
|
ffcfc9835d
|
update format to fstring
|
2022-06-12 09:31:15 +00:00 |
|
crazyiop
|
6068b60cac
|
tweak the debug output to make them more readable
|
2022-06-12 09:31:15 +00:00 |
|
xs5871
|
614961521d
|
fix inconsistencies with chained holdtap keys
|
2022-06-11 12:42:49 -07:00 |
|
Kyle Brown
|
91f494846a
|
Revert "[rgb] fix set_rgb_fill method"
This reverts commit 90c4ce99f3 .
|
2022-06-09 11:26:53 +00:00 |
|
crazyiop
|
8d7ae8b284
|
add info to exception to help debug layers
|
2022-06-09 11:04:00 +00:00 |
|
Björn Bösel
|
561896769c
|
fix code style and import order
|
2022-06-09 01:58:07 -07:00 |
|
Björn Bösel
|
5bf33056bf
|
removed handling of old scroll/pointing toggle
|
2022-06-09 01:58:07 -07:00 |
|
Björn Bösel
|
9a1fc95f54
|
separated trackball handlers from keyboard layers. added key definitions for separated handler selectaion
|
2022-06-09 01:58:07 -07:00 |
|
Björn Bösel
|
80660e4336
|
code style
|
2022-06-09 01:58:07 -07:00 |
|
Björn Bösel
|
4b0e459d62
|
Add layers to pimoroni trackball
|
2022-06-09 01:58:07 -07:00 |
|
jonathan nifenecker
|
90c4ce99f3
|
[rgb] fix set_rgb_fill method
The code was wrongly iterating the neopixel, running `fill()` on every
individual pixels.
|
2022-06-08 08:47:02 -07:00 |
|
xs5871
|
400042f799
|
implement fast and late reset for combos
|
2022-06-05 16:32:25 -07:00 |
|
xs5871
|
229b7afcb0
|
implement faster combo activation
|
2022-06-05 16:32:25 -07:00 |
|
xs5871
|
d6659cd1a3
|
fix dangling reference issue
|
2022-06-03 08:46:43 -07:00 |
|
Cole Smith
|
ff3f7234d4
|
formatting
|
2022-05-28 12:05:36 -07:00 |
|
Cole Smith
|
b91974bce2
|
rgb matrix now can work out what side its on using the drive name
|
2022-05-28 12:05:36 -07:00 |
|
xs5871
|
08d3386643
|
fix KC.LM
|
2022-05-26 08:09:15 -07:00 |
|
xs5871
|
b6146365b3
|
fix crash on releasing dropped key presses
|
2022-05-23 15:59:52 -07:00 |
|
Cole Smith
|
42221f4a28
|
removed gc calls
|
2022-05-21 19:36:26 -07:00 |
|