regicidal.plutophage
8c734e1952
Update main.py
2023-03-08 03:05:56 +03:00
regicidal.plutophage
9d3f86487d
Merge branch 'master' into after-ephemera/oled-improvement-revival
2023-03-08 02:29:24 +03:00
Phong Le
2ccad46e26
update modtap to holdtap ( #718 )
...
* update modtap to holdtap
* Update links
* Revert "Update links"
This reverts commit 8d0cda7c5a43c84dd18b927cb73672158e4f8abc.
* updated docs links
update links in docs
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* rename modtap.md to holdtap.md
* Update Getting_Started.md
* Update main.py
* Update modtap.py
* Update modtap.py and add notice
* Update docs/en/porting_to_kmk.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/handwiring.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/contributing.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/contributing.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/ble_hid.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/Getting_Started.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Update docs/en/kmkpython_vs_circuitpython.md
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
* Rename modtap.md to holdtap.md
* fixup
---------
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
2023-03-03 09:32:41 +00:00
Jk Jensen
3482a530e5
Lint updates
2023-02-28 09:47:05 -08:00
regicidal.plutophage
2f3337a3fd
Update main.py
2023-02-27 19:18:06 +03:00
regicidal.plutophage
0b87043de4
Illustration of oled.py usage
...
Updated kyria config to better illustrate the usage of oled extension
2023-02-27 18:42:46 +03:00
jk jensen
9ca3d84b0f
Suggested update in boards/kyria/main.py
...
Co-authored-by: regicidal.plutophage <36969337+regicidalplutophage@users.noreply.github.com>
2023-02-26 20:57:11 -08:00
Jk Jensen
ddd8b41b78
Linting
2023-02-26 15:51:03 -08:00
Jan Lindblom
58567b825c
Add support for changing OLED brightness.
2023-02-26 14:36:22 -08:00
Jan Lindblom
6a427a2876
Fixed some basic errors and improved performance of extension.
2023-02-26 14:36:16 -08:00
Jan Lindblom
8d84c50d7d
Adding a new OLED extension and updated kyria code to use it.
2023-02-26 14:35:07 -08:00
Stefan Misch
dc9b5f4512
fix encoder resolution for MacroPad10
2023-02-16 09:07:48 +00:00
Stefan Misch
cbaddef9a6
fix encoder resolution for Knobs3
2023-02-16 09:07:48 +00:00
Stefan Misch
804b5ec575
fix: encoder resolution for Knob 1
2023-02-16 09:07:48 +00:00
Leon Anavi
62d6bf16df
anavi/macro-pad-12: Add ANAVI Macro Pad 12
...
Add support for ANAVI Macro Pad 12: an open source programmable
small hot-swappable mechanical keyboard with 12 keys, mini OLED
I2C display and Seeed XIAO RP2040. This is an open source hardware
designed with KiCad.
Signed-off-by: Leon Anavi <leon@anavi.org>
2023-02-07 22:20:59 +00:00
Davi Gupta
407de4c429
Add Numerical Keypad support from Bolt Industries
2023-01-17 20:37:54 +00:00
Leon Anavi
d8867004ff
anavi-arrows: Add ANAVI Arrows
...
Add support for ANAVI Arrows: an open source programmable mini
hot-swappable mechanical keyboard with 4 keys, a rotary encoder,
mini OLED I2C yellow-blue display and Seeed XIAO RP2040. This is
an open source hardware device designed with KiCad.
Signed-off-by: Leon Anavi <leon@anavi.org>
2023-01-11 22:15:52 +00:00
Lance
a309aa52f3
helix board support
...
removing errant ticks from main.py
2023-01-08 22:23:51 +00:00
sorla
c8f5669e4c
Update main.py to fix indentation
2022-11-03 22:55:27 +00:00
sorla
e1fcfc8e46
Update kb.py per code review comments
...
Remove duplicate matrix definitions and use coord_mapping to flip halves
2022-11-03 22:55:27 +00:00
sorla
8563c4737d
Apply suggestions from code review to README.md
...
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
2022-11-03 22:55:27 +00:00
sorla
472b957317
Update main.py
...
Fix mangled whitespace in keymap
2022-11-03 22:55:27 +00:00
Alan
dc845c55a2
Fix links in README, keymap in main.py
2022-11-03 22:55:27 +00:00
Alan
5f68881e11
Create Ferris Sweep board and keymap files
2022-11-03 22:55:27 +00:00
AndersonTorres
9841d3c402
Quick fixup links on documentations for the boards
...
Because of the previous moving commit, some links need to be fixed too.
2022-10-25 01:24:49 -07:00
Kyle Brown
76f33149ef
quickpin conversion fixes
2022-10-15 17:07:10 +00:00
xs5871
72735e0b5d
fix typo in zodiark kb.py import
2022-10-14 08:19:20 -07:00
Kyle Brown
6c7d57ca2a
Apply suggestions from code review
...
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
2022-10-10 23:13:44 +00:00
Kyle Brown
60e8f35eca
Port kb2040 boards and add to quickpin
2022-10-10 23:13:44 +00:00
Kyle Brown
9842035834
convert pm based boards to quickpin
2022-10-10 23:13:44 +00:00
Kyle Brown
75f535c977
Initial port of zodiark with quickpin
2022-10-08 19:48:30 +00:00
Kyle Brown
9431ce5ec1
Quickpin initial support
2022-10-08 19:48:30 +00:00
Kyle Brown
711114ad30
Passes tests
2022-10-04 21:29:50 +00:00
Brian Corteil
d965a5c3e8
added Raspberry Pi Pico pinouts
...
added Raspberry Pi Pico pinouts to keybow.py and auto selection.
2022-10-04 21:29:50 +00:00
Kyle Brown
194dd58d16
More Lulu cleanup
2022-09-01 19:03:57 -07:00
Kyle Brown
0b23f36b5d
Fix general docs formatting
2022-09-01 18:53:02 -07:00
Kyle Brown
b3dd790f9d
Lulu readme
2022-09-01 18:53:02 -07:00
Kyle Brown
6ac68f5358
Requested lulu fixes
2022-09-01 18:24:04 -07:00
Kyle Brown
4b48547155
lulu formatting
2022-09-01 18:24:04 -07:00
Cole Smith
a91e379a79
added lulu
2022-09-01 18:24:04 -07:00
Kyle Brown
6d6ccbc240
Move keymap to proper spot
2022-08-17 12:04:37 -07:00
Matthew Hendrix
838263d409
Add report_updated check
2022-08-16 16:31:26 -07:00
Matthew Hendrix
bca11489d0
Update Pico87 to handle Lock Status better
2022-08-16 16:31:26 -07:00
Hendrix
6d255a24f5
Add Pico87 board
2022-08-16 16:31:26 -07:00
Leon Anavi
47601b730a
boards/anavi/macro-pad-10: Set to COL2ROW
...
Set diode orientation to COL2ROW as per the latest hardware
revision of ANAVI Macro Pad 10.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2022-08-16 16:29:59 -07:00
Yoichiro Tanaka
5e7738fe87
Fix the issue reported by isort.
2022-08-14 07:43:52 +00:00
Yoichiro Tanaka
5fcce6785c
Fix the issue which the media keys cannot be loaded.
2022-08-14 07:43:52 +00:00
Leon Anavi
b676afe075
boards/anavi/knobs3: Simplify the source code
...
Optimize and simplify the source code by using the full potential
of class EncoderHandler.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2022-07-31 07:47:21 +00:00
Leon Anavi
ce0e29b02f
boards/anavi/knobs3: Update extensions
...
Update the list of extensions enabled by default for ANAVI Knobs 3
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2022-07-31 07:47:21 +00:00
Leon Anavi
857c2c1162
boards/anavi/knob1/README.md: Extensions
...
Update the list of extensions enabled by default.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2022-07-31 07:46:40 +00:00