~ruther/qmk_firmware

f664ed92 — Calvin Moody 6 years ago
[Keymap] add keymap with split spacebar, ansi, hhkb features (#6114)

* add calbatr0ss dz60 layout

* add media controls

* add media next/prev controls

* add base layer for windows and macos

* swap right ctrl and menu

* missing bracket

* update gitignore
8c22d641 — brickbots 6 years ago
[Keyboard] Adding LED support to the plaid default keycap (#6109)

* Adding led support for Plaid

* Adding led support for Plaid
d0c29f25 — Yan-Fa Li 6 years ago
[Keyboard] Fix the layer state messages for actual values (#6116)

- display adjust when the bits are set correctly
c3c61dc7 — shela 6 years ago
fix indent size
8ac90488 — Christopher Jenkins 6 years ago
[Keyboard] niu_mini uses dfu bootloader rather than the afrdude bootloader (#6092)

* niu_mini uses dfu bootloader rather than the afrdude bootloader
	modified: readme.md

* Change rules in rules.mk to reflect the bootloader change
	modified:   keyboards/niu_mini/rules.mk
09968ba0 — XScorpion2 6 years ago
Fixing OLED Driver for 128x64 displays (#6085)

54ac80d4 — Jonathan Rascher 6 years ago
Add 60_ansi_split_bs_rshift layout to DZ60, with a new keymap for the same (#6096)

* Add 60_ansi_split_bs_rshift layout to DZ60

I know there's already a lot of DZ60 layout macros, and #4668 suggests
they should be refactored at some point, but since this is one of the
standard layouts already in QMK that this PCB supports, I figured it was
okay to add so that DZ60 keyboards can share this layout with other
keyboards.

* New 60% ANSI split backspace/right-shift layout

I'm using this on a DZ60, but it should work fine on most 60% PCBs. It's
basically a HHKB layout with a standard ANSI bottom row (3x 1.25U mods,
6.25U spacebar, 4x 1.25U mods).
2cb32328 — MechMerlin 6 years ago
[Keyboard] New Keyboard(s): Red Scarf II+ RS68 and RS78 (#6084)

* martenwuut's original code commit

* delete random directory that is the same as the parent directory

* get this compiling

* update readmes

* add manufacturer

* fix up the keymap error and replace KC_A with KC_1

* add verc support which is basically just at trimmed down verb

* update keymap readme to specify which redscarf it is

* add parent level readme

* fix grammar

* fix up readmes and put in alternative name for PCBs

* add configurator support for the ver.c pcb

* add configurator support for Ver.B (RS78) pcb

* add iso support for Ver.C (RS68)

* change DEBOUNCING_DELAY to just DEBOUNCE

* remove K2C to fit the default layouts

* fix keymap

* fixup configurator layout with split backspace
2a71bc9f — jotix 6 years ago
[Keymap] jotix ortho_4x12 layout change (#6088)

e86298fb — Domantas Petrauskas 6 years ago
[Keymap] Update jj40:cockpit keymap (#6089)

* Add JJ40 Cockpit keymap

* Fix lower layer symbols

* Improve documentation JJ40 Cockpit

* Add screen backlight controls jj40:cockpit

* Update docs jj40:cockpit
c70016ee — Jonathan Rascher 6 years ago
[Keymap] Set a short TAP_CODE_DELAY so media keys work (#6097)

A delay of 10ms seems sufficient. Otherwise, media keys tapped from the
encoder of my BDN9 macropad only seem to get picked up by the OS
(Windows 10) some of the time.
e4955746 — Pavlos Vinieratos 6 years ago
use mods (#6095)

44f43386 — Drashna Jaelre 6 years ago
Fix debounce conflicts in a few boards
983613c8 — Viktor Eikman 6 years ago
[Keyboard] Added DMOTE (#6087)

* Added DMOTE as a variant of the Dactyl-ManuForm, with slight changes to
  prior code organization to reflect differences.
29c7fa6e — TerryMathews 6 years ago
[Keyboard] Candybar: updated rules.mk (#6083)

* Candybar: updated rules.mk

Disabled console and command to get compiled size under flash space limitations.

* Candybar: Enable LINK_TIME_OPTIMIZATION_ENABLE
de29da97 — Stick 6 years ago
[Keymap] update @nstickney's keymaps (#6076)

* [Keymap] iris@nstickney: improve RGB init

Perfecting the rgb backlight initialization with a delay for each
color; also start and stop the animation at the "default layer"
color.

* [Keymap] iris,ergodox@nstickney fix FN on SYMB

The function key was not operational on the SYMB and SYSH layers due
to other keycodes being mapped over MO() on those layers. The
offending keycodes have been moved to other keys.

* [Keymap] add @nstickney's userspace

Pulled common code out to a userspace directory for my iris and
ergodox keymaps.

* [Keymap] iris@nstickney add image to README

Added an image from keyboard-layout-editor.com to meet the README
standard.

* iris@nstickney hue values now `uint8_t` (#6050)
872480dd — omkbd 6 years ago
[Keyboard] add runner3680 keyboards (#6069)

* add runner3680

* Remove unnecessary code
06975aa0 — Drashna Jaelre 6 years ago
Remove all Copyrighted Sounds and Songs (#5905)

* Remove all Copyrighted Sounds and Songs

This removes any song that has a license/copyright on them.
Additionally, it adds the license information for any song that remains.

* Add removed song list

Can be reverted if we'd rather do that

* Use newer coding conventions

* Fix typo

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

* Revert copyright date

* Update quantum/audio/song_list.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
faaaa134 — Drashna Jaelre 6 years ago
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)

fe6b8edd — Jack Humbert 6 years ago
use twitter card large setting for larger previews
Next