kmk_firmware/boards/lunakey_pico
Phong Le 2ccad46e26
update modtap to holdtap (#718)
* update modtap to holdtap

* Update links

* Revert "Update links"

This reverts commit 8d0cda7c5a.

* 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
..
kb.py update docs and examples 2022-04-09 14:40:40 -07:00
main.py update modtap to holdtap (#718) 2023-03-03 09:32:41 +00:00
README.md Add files to support Lunakey Pico. 2021-10-05 11:30:03 +09:00

Lunakey Pico

Lunakey Pico

Lunakey Pico is a 40% keyboard which has 44 keys and is split to left and right. Each side has 3 rows x 6 columns and 4 keys that are pressed by a thumb. Also, it has an ability to light up by Underglow LEDs on the bottom and an ability to play a sound by a speaker module. Of course, the column-staggered key layout is the result of deep thinking to fit each finger and each key naturally.

  • 40% keyboard (3 rows and 6 columns for each side).
  • Column-staggered key layout to fit each length of fingers.
  • 4 keys for thumb fitted to range of movement of the finger naturally.
  • Supported both Cherry MX compatible key switches and Kailh Choc low profile key switches.
  • Can exchange key switches without soldering by adopting the key sockets.
  • Underglow LEDs lighting effect.
  • Provides a sound feedback by a piezoelectric speaker.

The special feature of this Lunakey Pico is that Raspberry Pi Pico has been adopted. Users can use some firmwares including KMK Firmware.

Hardware Availability: PCB & Case Source

Retailers: Lunakey Pico - Yoichiro's Garage - BOOTH

Dependencies

  • neopixel.py - It is necessary to turn on the Underglow LEDs.
  • pwmio - It is necessary to support a sound feedback with a piezoelectric speaker.