~ruther/qmk_firmware

a07da6e2 — GreenShadowMaker 6 years ago
keymap for idobo (#6250)

* greenshadowmaker keymap for idobo xd75 massdrop

* remove uneeded config.h

* corrected format to match convention instead of xd75 where I accidentally started from

* fixed errors and added arrows bottom right to match my other layouts

* updated readme

* right arrow fix

* Update keyboards/idobo/keymaps/greenshadowmaker/keymap.c

removing unnecessary part, copied from different keymap

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* added suggested changes

* removed unneded elements
dd1790c1 — fauxpark 6 years ago
Noxary 268.2 update (#6254)

* Fix Noxary 268.2 layout macros & info.json

* Update Noxary 268.2 to current QMK code style
44f3c614 — Sid Carter 6 years ago
My personal keymap for the Iris Rev3 (#6271)

* updates to my iris keymap

* some rational updates to the keymap - let's see how this works

* updates to my iris keymap

* some rational updates to the keymap - let's see how this works

* add mouse keys and remove unused keys and some cleanup

* a little bit more cleanup

* actually enable mousekeys

* fix markdown lint complaints

* fix capitalization

* changes made per suggestions
853f5231 — Michel Gotta 6 years ago
[Keymap] Adding new Gherkin keymap and configuration with RGB strip (#6252)

da864840 — Drashna Jaelre 6 years ago
Add makeful rules to .editorconfig

OMFG, why is it not set to tabs??
509a34fb — Gam3cat 6 years ago
[Keymap] Fixing keymap DYNAMIC_MACRO_RANGE keycode enumeration (#6248)

cbf76a12 — MechMerlin 6 years ago
[Keyboard] Add TGR x SINGA Unikorn 60 (#6249)

* initial commit, copied from singa

* default 60_ansi LAYOUT implemented and tested workin

* add rgb underglow support bounded by ifdefs

* edit readme to provide information on reset procedure and on rgb underglow support

* improve the default keymap to have a second layer with function keys and even a RESET

* Add LAYOUT_all macro and discovered that split backspace uses an additional pin on the microcontroller

* fix up last line in readme

* Add QMK Configurator support
78b9922f — Kenny Hung 6 years ago
Fix linux_install.sh script for OpenSuse v 15.1 (#6251)

9eb48deb — noroadsleft 6 years ago
Move ISO Enter to its proper place in LAYOUT_60_iso (#6240)

bbd3e053 — fauxpark 6 years ago
[Keyboard] update Wasdat custom matrix (#6247)

* Fix unselect_rows() for Wasdat custom matrix

* Add fix for matrix_scan() return too (#5984)
8fb10edf — francislan 6 years ago
[Keyboard] Fix Minivan K32 and K34 inversion (#6221)

f2689937 — Takeshi ISHII 6 years ago
fix unselect_rows() in quantum/matrix.c (#6243)

unselect_col() uses setPinInputHigh(), but unselect_cols() uses setPinInput().
This is not correct. unselect_cols() should also use setPinInputHigh().
c0c8b2e5 — henrikosorensen 6 years ago
[Keyboard] fix info.json for omnikeyish keyboards (#6189)

* fix info.json for omnikeyish keyboards

* Omnikey 101 obviously doesn't need a focus style backslash key, it has an ansi backslash already.
d32ce9c7 — yiancar 6 years ago
[Keyboard] Fixed ISO keymap for Gingham (#6242)

5c381b34 — francislan 6 years ago
[Keyboard] Update catalog link in the TheVanKeyboards/Minivan Readme. (#6236)

Previous link was broken.
b7cdd068 — Alex Lewis 6 years ago
[Keymap] Add DZ60 layout that supports a hybrid hhkb layout (#6235)

* adds support for dz60 with 2 function keys

* fix images for readme

* Update readme.md

* block comment and readme cleanup
30827590 — noroadsleft 6 years ago
[Keyboard] GH60 Configurator updates and modernization (#6232)

* Convert gh60.h to #pragma once include guard

* Lint gh60.h

This commit only changes white space.

* Convert info.json to debug linting

Making this file easier to read.

* Put the label keys first for LAYOUT_60_ansi

* Complete and correct key labels in info.json

* Duplicate LAYOUT as LAYOUT_all

Doing this for backwards compatibility. Has implications for user keymaps.

* Update LAYOUT_all to make sense

The original macro LAYOUT submitted for the GH60 gets a couple of things wrong:

- K49 is placed between Space and Right Alt, when it's actually the right half of a split Backspace
- K3C is assigned before K3D, when K3C is the 1u portion of a 1.75u/1u split Right Shift, and therefore K3D is actually to the left of K3C

The LAYOUT_all macro corrects these issues, but the LAYOUT macro is unchanged, so as to not break user keymaps that depend on it.

This commit also updates the default keymap to use the LAYOUT_all macro, and makes a minor change to the base layer to be more as a user would expect for the corresponding physical layout.

* Correct the layout data for the LAYOUT macro in info.json

Gives proper Configurator rendering.

* Modernize default keymap

Update the default keymap to use more modern QMK conventions.

* Modernize the LED management code

Update the LED management functions to use the GPIO functions, and clean up the led_set_kb() function.

* Update key labels in info.json for LAYOUT_60_ansi_split_rshift

Makes them consistent with the the rest of the file.

* Update Docs links in readme file
adda4e13 — francislan 6 years ago
[Keymap] Replaced xxxxxxx by XXXXXXX to fix build breakage (#6228)

8b58c67b — Dan Smith 6 years ago
[Keymap] snowkuma Planck keymap (#6225)

* Snowkuma's planck layout.

Heavily influenced by both Planck and SDOTHUMs layouts.  I have tried to
implement a comfortable layout with a wide stagger and a minimal set of
key usage.

Still a work in progress, hope it is useful to others.

* Adds simple readme file and images of layout

* Removes unused experimental definitions

* Update readme.md

Adds images of layout to readme.

* Removes accidentally added test keymap .swn .swo .swp files

* Updates config.h replaces include guard

As suggested by @noroadsleft replaces the include guard (ifndef, define
and endif) with just `#pragma once`.

* Replaces two extra KC with inbuilt QMK equivalents

custom_keycodes.h
Replaces `___f___` with the equivalent QMK alias `_______` KC_TRNS
`___x___` with the equivalent QMK alias `XXXXXXX` KC_NO

Updates keymap.c to reflect the changes made.

* Changes keymap.c to include QMK_KEYBOARD_H

Replaces planck.h and action_layer.h includes with the single inclusion
of QMK_KEYBOARD_H which includes action_layer.h automatically.

* Update keyboards/planck/keymaps/snowkuma/keymap.c

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

* Update keymap.c

removes unused Coleman key code from enum planck_keycodes

* Update keymap.c removes COLEMAK key code logic
8f3dabbf — fauxpark 6 years ago
[Keyboard] Remove empty led_set_kb() from crkbd/rev1 (#6230)

Next