Various sources / information on my keyboard and mouse
Find a file
2020-10-30 16:01:47 -04:00
.vscode Add support for alt on bottom row ; basically std ansi layout and relatedupdates 2020-10-28 13:06:26 -04:00
keyboards First attempt at implementing encoder push / tilt support 2020-10-29 18:56:08 -04:00
notes Add some notes pulled from online sources 2020-09-28 23:28:29 -04:00
qmk Further refinement of default lynepad keymap 2020-10-29 19:31:08 -04:00
LICENSE-APACHE-2.0.txt Initial import 2020-09-13 17:43:40 -04:00
LICENSE-CC-Attribution-NonCommercial-ShareAlike-4.0-International.txt Initial import 2020-09-13 17:43:40 -04:00
README.md Remove mdloader as Drop finally fixed their builds ; also add a note about the qvex lynepad qmk port 2020-10-30 16:01:47 -04:00

Keyboards

Various sources and information on how KemoNine has setup their keyboards and macro pads.

Organization

  • The firmware folder has pre-compiled firmware as well as screen shots of the board layout
  • The keyboards folder has KemoNine's keyboard/macro pad setups

Source Tweaks

  • The qmk sources have KemoNine's massdrop alt configuration/keymap
  • The qmk sources have KemoNine's port of QMK for the Qvex Lynepad

mdloader

Given Drop finally updated their mdloader sources for more recent keyboard revisions the fork that was previously hosted here has been removed. Please use the upstream sources and builds.

Building mdloader on Windows

Please note: This section has been retained for those who may need/want to build mdloader from the official sources.

  1. Install Chocolatey
  2. Install build tools via Administrator Powershell window: choco install make mingw gnuwin32-coreutils.portable
    • make : for the Makefile included with mdloader
    • mingw : for gcc, the compiler used to build mdloader binaries
    • gnuwin32-coreutils.portable : for rm, used by the Makefile included with mdloader

Licensing

Unless otherwise stated all source code is licensed under the Apache 2 License.

Unless otherwise stated the non source code contents of this repository are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License