Urgent.News

the world's headlines, one feed

Editions

Tech

I discovered an odd MelGeek lighting feature and turned my keyboard into Tetris

I discovered that the MelGeek MADE68 Ultra V2 can turn ordinary GIFs into RGB lighting effects, so naturally I built a 30-second Tetris loop for it.

I discovered an odd MelGeek lighting feature and turned my keyboard into Tetris

During my review of the MelGeek Made68 Ultra V2 keyboard, I discovered a captivating lighting feature called GIF Lighting. While searching through the MelGeek Hive 2.0 software, I stumbled upon this unusual option that allowed me to upload GIFs to the keyboard's 69 RGB LEDs. I was initially confused by this feature, as the keyboard itself does not have a screen.

The Made68 Ultra V2 features Hall effect switches and adjustable actuation, offering a premium gaming experience. I particularly enjoyed using the keyboard for gaming, especially in titles like Rainbow Six Siege, where the snappy feel of the keys enhanced my gameplay. However, I found myself more fascinated by the typing experience on this keyboard.

The KOM Lite switches, supplied by TTC, produce a clicky yet balanced sound that has been a refreshing change after using muted linear mechanical switches for years. The real highlight, though, came when I created a custom Tetris animation using ChatGPT and uploaded it to the keyboard. The GIF brought a unique twist to my typing experience, turning my keyboard into a display of a constantly evolving Tetris game.

This implementation of GIF Lighting is particularly interesting because it requires minimal effort. I did not have to search for existing lighting presets or manually program every key. Instead, I could simply upload an ordinary GIF and adjust its scale and position within the MelGeek Hive software. The animation fits perfectly across the keyboard, creating a visually appealing display of Tetris blocks falling across the keys.

Although the current implementation may not offer the most intricate Tetris experience due to the limited number of LEDs, it still provides an enjoyable and distinctive way to interact with the keyboard.

Written by urgent.news from Digital Trends's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at digitaltrends.com →

More in Tech

Government Fast-Tracks Honam Semiconductor Cluster

The government has unveiled a detailed blueprint to complete the first phase of a semiconductor fab, the core facility of the Honam semiconductor cluster, by 2029.

  • South Korea aims to complete Honam semiconductor cluster's first fab by 2029.
  • Gwangju military airport relocation and site securing expedite construction timeline.
  • Government invests 5 trillion won in semiconductor ecosystem and infrastructure.

Docker BuildKit Cache Setup That Actually Speeds Up CI

Originally published on kuryzhev.cloud Last month a client asked me why their "cached" Docker builds still took nine minutes on every single pull request.

  • Docker BuildKit cache setup was failing due to stale :latest tag usage.
  • BuildKit cache computes digest based on base image, copied files, and resolved command.
  • Optimize CI cache by ordering Dockerfile layers and using pinned FROM digests.