Skip to content

jarierca/custom_keyboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom keyboard

Repository to save the configuration of different custom keyboards mainly with QMK

Corne Keyboard (CRKBD)

Also known (incorrectly) as the HeliDox. A split keyboard with 3x6 vertically staggered keys and 3 thumb keys.

Filter

Filter

Hardware Supported: Crkbd PCB, Pro Micro
Hardware Availability: PCB & Case Data

BM60_ISO

Filter

A 60% ISO hotswap inswitch RGB keyboard.

  • Hardware Supported: BM60HSRGB_ISO
  • Hardware Availability: KP Republic

To check which board revision you have, check the PCB. If it has BM60v2-ISO printed on it, it's rev2. Otherwise it's rev1.

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

BM40HSRGB

Filter

An ortholinear 40% hotswap keyboard with per-key RGB in-switch LEDs and RGB Backlighting, from KP Republic.

This firmware was originally taken from a kbfirmware.json and manually converted. You may find the original .json files here.

  • Hardware Supported: bm40hsrgb PCB
  • Hardware Availability: KPRepublic

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

SICK-68

Filter

The SiCK-68 is a custom mechanical keyboard built from scratch without the price tag often associated with one.

https://www.thingiverse.com/thing:3478494

QMK COMMANDS IN LINUX

git clone https://github.com/qmk/qmk_firmware.git

sudo apt install qmk

python3 -m pip install --user qmk

qmk setup

qmk list-keyboards

qmk compile -kb keyboard_name -km keymap Example:

  • qmk compile -kb keychron/v6/iso_encoder -km default
  • qmk compile -kb crkbd -km jarierca_mouse

qmk flash -kb keyboard_name -km keymap Example:

  • qmk flash -kb keychron/v6/iso_encoder -km default
  • qmk flash -kb crkbd -km jarierca_mouse

About

My Personal Custom Keyboards ;)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published