qmk-dactyl-manuform-a/keyboards/wheatfield/split75
Erovia ad86894ae7
Rename keyboard-level readmes to lower-case (#10759)
This is the recommendation in the [PR
Checklist](https://docs.qmk.fm/#/pr_checklist?id=keyboard-prs) and it
will make working with them easier in the CLI/API/etc.
2020-10-25 15:23:42 +00:00
..
keymaps Art userspace (#9068) 2020-05-19 22:05:32 +01:00
config.h [Keyboard] Wheatfield Split75 (#8511) 2020-04-07 01:36:54 -07:00
info.json [Keyboard] Wheatfield Split75 (#8511) 2020-04-07 01:36:54 -07:00
matrix.c [Keyboard] Wheatfield Split75 (#8511) 2020-04-07 01:36:54 -07:00
readme.md Rename keyboard-level readmes to lower-case (#10759) 2020-10-25 15:23:42 +00:00
rules.mk Remove `DEBUG_LEVEL` from V-USB rules.mk (#9117) 2020-05-17 21:37:04 +01:00
split75.c [Keyboard] Wheatfield Split75 (#8511) 2020-04-07 01:36:54 -07:00
split75.h [Keyboard] Wheatfield Split75 (#8511) 2020-04-07 01:36:54 -07:00

readme.md

split75

split75

This is a port of the QMK firmware for the split75 keyboard, also known as the ve.a taobao split clone. It runs on ps2avrGB firmware, like the ps2avrGB keyboard or the ones sold by Winkeyless.

Original work performed by Michael L. Walker, all credit goes to him. I've tidied up the keymap (removed 3 extra keys), a couple of functions, info.json and this Readme.

Make example for this keyboard (after setting up your build environment):

make wheatfield/split75:default

Flashing example for this keyboard (after setting up the bootloadHID flashing environment)

make wheatfield/split75:default:flash

or

bootloadHID -r split75_default.hex

Reset Key: Hold down the key located at 3rd left position in the bottom row, commonly programmed as Left Control while plugging in the keyboard.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.