~ruther/qmk_firmware

095b28e0 — Rasmus Schults 7 years ago
Loop based vusb_transfer_keyboard
8a27703e — Rasmus Schults 7 years ago
VUSB fix report dropping if usbInterruptIsReady() returns false
006abbfd — noroadsleft 7 years ago
Keyboard: Kona Classic refactor and Configurator update (#3464)

* Refactor: matrices and keymaps

* Configurator support

* Readme cleanup
95e7e100 — noroadsleft 7 years ago
Keyboard: Configurator fix: KC60SE info.json, LAYOUT matrix (#3463)

87dc2efd — Fabian Topfstedt 7 years ago
Keymap: Custom (fabian) layout for Iris and Planck  (#3460)

* fabian layout

* added MOUSECURSOR layer that gets activated by holding space

* cleanup, meh and tilde and grave as separate keys, toggle switch for mousecursor layer

* merged default

* #pragma once

* including QMK_KEYBOARD_H instead of various imports

* using layer toggle instead of a function

* deleted obsolete rules.mk (was part of the old makefile system)

* #pragma once

* including QMK_KEYBOARD_H instead of various imports

* use ifndef KEYBOARD_planck_rev6 instead of ifdef KEYBOARD_planck_rev5
ed995811 — Seth Barberee 7 years ago
Convert Iris to use SPLIT_KEYBOARD (#3458)

* convert iris to split-common

* Fix build error
83d33caf — noroadsleft 7 years ago
Keyboard: Fix UTF-8 encoding for DC01 Numpad info.json (#3462)

6834febe — Yan-Fa Li 7 years ago
Temporary work around for CB60 sound issues (#3325)

* Temporary work around for CB60 sound issues

Discussed this with @fredizzimo, upping the system ticks to 100K fixes
the sound issues I was having with the CB60; speaker would fail to shut
off after playing music, sometimes at startup. This changes the matrix
scan time from it's default of every 2ms to once ever 200us.

Fred has a more extensive change to the way matrices are scanned which
will require less clock cycles and we can then revert this change at
that time.

* Remove keymap dir from clueboard root
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
Next