You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
joelproko 2d15961855 [Keyboard] added custom keyboard (#6141)
* added keyboard_layout_jopr

* making it compile

* #pragma once instead of #ifndef and #define

* renamed and added keymap

renamed old "default" to "modded_white", added new "default" that resembles an ISO 105-key layout

* reordered keyboards/jopr/info.json to match order o layout array

* implemented most suggestions

* fixed missing ;

* fixed bootloader setting for rules.mk

* adopted standard layout matrix naming convention

* "fixed" commented-out code in keymaps

* changes to keymap layers and LEDs

Turns out adding a layer for ROYA-modified keycodes is more trouble than it's worth and works better by just defining a ROYA key.
Also, LEDs were set up incorrectly.
Lastly, implemented SysReq-Warning LED.

* moved forced NumLock code

just in case either it or the CapsLock & ScrlLock update code wouldn't both work otherwise

* rearranged media keycodes

* replaced Shifted keycodes with basic ones

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* implemented suggestions by noroadsleft

* Apply suggestions from code review

Make ISO-Enter QMK Configurator-friendly

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update readme.md

* Update keyboards/jopr/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* moved keyboard to handwired folder

It was said that personal passion projects belong in there, even if they're not actually handwired

* Update readme.md
7 years ago
.github
.vscode
docs Fix backlight breathing on C6 (#6102) 7 years ago
drivers Add SH1106 OLED support (#5787) 7 years ago
keyboards [Keyboard] added custom keyboard (#6141) 7 years ago
layouts [Keymap] ortho_4x12: bredfield (#6137) 7 years ago
lib Spirals, Pinwheels, and Documentation....Oh My! RGB Matrix Effects (#5877) 7 years ago
quantum Fix backlight breathing on C6 (#6102) 7 years ago
tests
tmk_core Fixes compile errors for massdrop keyboards 7 years ago
users [Keymap] Update to personal keymaps (#6136) 7 years ago
util Install avrdude in Arch/Manjaro Linux (#6132) 7 years ago
.clang-format fix indent size 7 years ago
.clang_complete
.editorconfig Update our style guide (#5500) 7 years ago
.gitattributes
.gitignore Ignore VSCode ipsh folder (#5741) 7 years ago
.gitmodules
.travis.yml Use qmk docker image for travis CI builds 7 years ago
CODE_OF_CONDUCT.md
Dockerfile upgrade gcc-arm-none-eabi from the default 5.4.1 to 6.3.1 due to ARM runtime issues 7 years ago
Doxyfile
LICENSE
Makefile Make python a required build dependency (#5784) 7 years ago
Vagrantfile Update run command now that the install script is unattended, fix mount point for Debian (#5847) 7 years ago
autocomplete.sh
book.json
bootloader.mk
build_full_test.mk
build_keyboard.mk Fix LIB_SRC insert position (#5731) 7 years ago
build_layout.mk
build_test.mk
common.mk
common_features.mk rgblight 255 hue (#5547) 7 years ago
doxygen-todo
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk Make python a required build dependency (#5784) 7 years ago
readme.md Removes Erez personally from QMK (#5883) 7 years ago
secrets.tar.enc
shell.nix
show_options.mk Add option to enable LTO easily (#5674) 7 years ago
testlist.mk

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Build Status Discord Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Documentation

The docs are hosted on Gitbook and GitHub (they are synced). You can request changes by making a fork and pull request, or by clicking the "suggest an edit" link on any page of the docs.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by ZSA Technology Labs, the Clueboard by Zach White, and the Atreus by Phil Hagelberg.

Official Website

qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.