~ruther/qmk_firmware

8def9bc6 — Jarred Steenvoorden 7 years ago
Keymap: Jarreds keymap creation (#3459)

* Add planck keymap

* Add windows key to nav layer

* Turn off mouse layer

* Update userspace file to allow sharing between more boards
3fc5a05d — Merlin04 7 years ago
Keyboard: Added support for the Fractal keyboard (#3457)

* Added support for the Fractal keyboard

* Try to fix the issue

* Add support for the Fractal keyboard.

* Fix errors with files
1147fc24 — noroadsleft 7 years ago
Keyboard: DC01 refactor and Configurator support (#3445)

* Arrow: matrix and keymap refactor

* Left: matrix and keymap refactor

* Numpad: matrix macro correction

* Numpad: add support for community layouts numpad_5x4 and ortho_5x4

* Right: matrix and keymap refactor

* DC01 global readme cleanup (minor grammar)

* DC01 global Configurator support

* Right: bugfixes for HHKB-style keymaps
d4056a11 — Jack Humbert 7 years ago
rename MIT to 1x2uC for preonic
1572375b — Jack Humbert 7 years ago
adds support for preonic rev 3
0284431a — Jack Humbert 7 years ago
add col type defines
8e86e221 — Xyverz 7 years ago
Keymap: Fixed Dvorak layer (#3450)

I was missing the KC_BSLS from my Dvorak layer, so I needed to add it back in.
9c4b9bbc — noroadsleft 7 years ago
Keyboard: KC60se matrix fixes (#3446)

* Replace KC_NO with ___ in matrices for readability

* Add K49 to LAYOUT matrix

K49 was previously was stated to be padless, but it's actually the right-hand half of a split Backspace.

* Switched positions of K3C and K3D in LAYOUT matrix

When using a split right Shift, K3D is to the left of K3C.

* Insert KC_NO (___) element into bottom row of LAYOUT_60_ansi matrix

Reported by @NimMooMoo on QMK Discord

Right-hand modifiers on bottom row were shifted one key to the right. After debugging, discovered that the "electrical matrix" (the part of the matrix macro that determines which row and column a key uses) was one element short on the last row at K49, causing the rest of the row to be offset by one column.

This commit corrects that issue.

* Added a missing comma in the LAYOUT matrix
0537a599 — Taylor Gonzalez 7 years ago
Keymap: Added a keymap for the planck light (#3434)

* Moved F row to raise

* Moved mouse keys over one space and removed unneccessary code

* Moved delete on lower

* Added CTRL functions

* Added Print Screen

* Added README.md file

* Updated CTRL

* Updated readme to current CTRL

* Minor Changes

* Updated mouse speeds

* Unknown changes

* Updated README and keymaps

* Removed caps from number row and put it in special

* Moved around equals sign again

* Updated mouse key speed

* Pull Request Updates
d21b287e — Biacco42 7 years ago
Keymap: Underglow support for Ergo42 default-ish keymap (#3431)

* Transprot underglow implementation to default map

* Remove needless old lines
c50e80e1 — Michael Zoech 7 years ago
Keyboard: adding Sentraq S65-Plus (#3406)

* New keyboard 'Sentraq S65-Plus'

* Change ANSI_KEYMAP to LAYOUT_ansi

* Use QMK_KEYBOARD_H as include
738a9fc1 — Batuhan Baserdem 7 years ago
Userspace update for user bbaserdem (#3443)

* Put in my keymaps

* Fixed all but weird lets split issue

* Organized and tried to trobleshoot lets split

* Organized and tried to trobleshoot lets split

* Added bbaserdem keymaps

* Added bbaserdem keymaps

* Fixed stuff

* FIxed a filename error

* Lets split eh

* Finalized things regarding keymap
b89cec9e — noroadsleft 7 years ago
Keyboard: LFKeyboards LFK65-HS Readme cleanup (#3442)

38299ff2 — noroadsleft 7 years ago
Keyboard: LFKeyboards SMK65 refactor and Configurator support (#3441)

* SMK65: Matrix refactor

* SMK65: Keymap refactor (QMK_KEYBOARD_H)

* SMK65: Configurator support
61c53ad7 — noroadsleft 7 years ago
Keyboard: LFKeyboards Mini1800 refactor and Configurator update (#3440)

* Mini1800: Matrix refactor

* Mini1800: Keymap refactor (QMK_KEYBOARD_H)

* Mini1800: Configurator update (white space)
9234f9c9 — noroadsleft 7 years ago
Keyboard: LFKPad refactor and Configurator support (#3439)

* LFKPad: matrix refactor

* LFKPad: keymap refactor (QMK_KEYBOARD_H; matrix update)

* LFKPad: Configurator support

* LFKPad: added community layout numpad_6x4 to rules.mk

* LFKPad: Update rgb_sequence to match new matrix

* LFKPad: delete deprecated makefile include block from rules.mk
2869d51b — donfuge 7 years ago
keymapping for hungarian layout added (#3438)

bc7fe122 — noroadsleft 7 years ago
Add #include "config_common.h" after #pragma once to config.h templates (#3444)

f804bd3d — noroadsleft 7 years ago
LFK87 refactor and Configurator support (#3436)

* LFK87: Matrix refactor

* LFK87: Keymap refactor

* LFK87: Configurator support

* LFK87: Added community layouts tkl_ansi and tkl_iso to rules.mk
72fd49b1 — yiancar 7 years ago
DC01 keyboard addition (#3428)

* DC01 initial commit

- Addition of directories
- Left readme

* Initial commit of left half

* Initial files for right half

* arrow

* i2c adjustments

* I2C slave and DC01 refractoring

- Cleaned up state machine of I2C slave driver
- Modified DC01 left to use already pressent I2C master driver
- Modified DC01 matrixes

* Fixed tabs to spaces

* Addition of Numpad

* Add keymaps

- Orthopad keymap for numpad module
- Numpad keymap for numpad module
- ISO, ANSI and HHKB version of keymap for right module

* Minor matrix.c fixes

* Update Readmes
Next