and USB wired connectivity options, you can choose the best method for your workflow. The Bluetooth version supports the layer function, which allows you to switch between multiple layers of keys with ease. The keyboard is also hot swappable, meaning you can easily replace the switches to suit...
Equipped with different chips, this keyboard supports QMK/VIA under the wired version. With the QMK/VIA or the proprietary software, you can easily configure different keycaps for both Mac and Windows. Customize your keyboard with your personal typing preference! The wireless version, on the other...
new keyboard.py docs.py 53 changes: 46 additions & 7 deletions 53 .github/workflows/docs.yml Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in ...
I was able to successfully flash firmware onto the Pro Micros on my Kyria keyboard using the GUI. That means that the current test implementation for Caterina devices is up and running. I had some problems with avrdude on my computer which were resolved by stopping the ModemManager service on...
I was been meaning to comment on this as well - thanks @refactorized for pinging this :) I've been messing around with using Midi SysEx to communicate with the host - I've written a little tray app that listens/connects to the keyboard after a handshake. It works pretty well, and I...
According to Wikipedia, kanata is an indigenous Iroquoian word meaning "village" or "settlement" and is the origin of Canada's name. There's also PPT✧. Motivation I have a few keyboards that run QMK. QMK allows the user to customize the functionality of their keyboard to their heart's...
For anyone that hasn't seen it yet, /u/crop_octagon build a DIY Trackball. https://www.reddit.com/r/MechanicalKeyboards/comments/di8va1/opensource_trackball_project_completed_source/ Arduino code here: https://github.com/ploopyco/mouse This uses an ATmega32u4, 8MHz 3.3v chip. Meaning that...
59 changes: 59 additions & 0 deletions 59 docs/porting_your_keyboard_to_qmk.md Original file line numberDiff line numberDiff line change @@ -0,0 +1,59 @@ If your keyboard is running an Atmega chip (atmega32u4 and others), it's pretty easy to get things setup for compiling your ow...
* [Split Keyboard](feature_split_keyboard.md) 114 changes: 1 addition & 113 deletions 114 docs/feature_audio.md Original file line numberDiff line numberDiff line change @@ -301,8 +301,7 @@ You can configure the default, min and max frequencies, the stepping and built i ## MIDI Fun...
I started seeing this behaviour again, and after much debugging, confirmed that the keyboard was sending the correct report, but something was going wrong at a software level. Karabiner was the culprit. I don't know what it does that is incompatible with QMKs weak mods handling, but it seem...