Skip to content

About qmk firmware files for the lotus58 keyboard

Notifications You must be signed in to change notification settings

74k1/lotus58_firmware

Repository files navigation

Kikō 機巧, a Lotus58 Keymap

The Lotus58 keyboard is a split keyboard with 4x6 column staggered keys and 5 thumb keys, based on Lily58. TweetyDaBird

Static Badge

ToDo's

  • Rethink my layers
  • add QMK keys
  • add Mac switch
  • RGB (thanks to RagingCactus)
  • 3D Printed Case (currently on it)
  • upgrade components (ordered from splitkb.com)
  • I'm getting an entire new board. because I messed up the soldering myself. Getting it from Tweety directly again :)
  • take pic
  • update readme.md

Intro

// add spicy image

I bought this keyboard from Lectronz with a soldering service, since I tend to overheat some pcbs..

A summary of features that I have changed in the firmware:

General detail Description
5 Total Layers :) too lazy to describe. see below
OLED print orientation 270deg on main display, and the other is rotated to 180deg
heavily customized glcdfont Logos, Font and indicators have been changed / removed
RGB enabled / disabled some RGB modules

This is like my second split keyboard. :)

Specs

I ordered main Keyboard Parts from lectronz directly with a solder service. :^) I then later upgraded (repaired) my keyboard with a new OLED screen, new Microcontrollers and rotary encoders.

Component Quantity
RGB LED (SK6812) 58
Lotus 58 Glow v1.x.x TRRS TH (kit) 2
Lotus 58 Glow Case TRRS, OLED Kit (black) 1
Liatris Microcontroller 2
Mill Max Low Profile Sockets (with pins) 2
128x32 SSD1306 OLED Display White (2x) 2
Linear Rotary Encoder 2
3D Printed Knobs (CF PLA) 2
Reset Buttons (side push / set of two) 1
Akko Penguin Switches 56
blank XDA Keycaps (various color) 56

How do I flash this?

  1. Install QMK and git

  2. do a

    git clone [email protected]:qmk/qmk_firmware.git ~/qmk_firmware

  3. then do a

    git clone [email protected]:74k1/lotus58_firmware.git ~/qmk_firmware/keyboards/tweetydabird/lotus58/keymaps/74k1

  4. now you should be able to compile it with a simple:

    qmk compile -kb tweetydabird/lotus58/promicro -km 74k1 -e CONVERT_TO=rp2040_ce

  5. then flash your boards with the qmk command: (to put your board into boot-mode, press the top soldered button twice 😉)

    qmk flash -kb tweetydabird/lotus58/promicro -km 74k1 -e CONVERT_TO=rp2040_ce

Credits

Name Remarks
TweetyDaBird For making the keyboard (and helping me out a lot with the firmware in the beginning, and later with a repair)
Tweety's Wild Thinking Discord Also being a great help to me. Especially RagingCactus for the RGB.
joric For the glcdfont editor. Very cool.
laosteven For the readme inspiration.

About

About qmk firmware files for the lotus58 keyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published