~ruther/qmk_firmware

cca3dcc5 — Vlad Buslov 7 years ago
Add my keymap for dz60
12e66330 — kamisamamizu 7 years ago
Add COSPAD to QMK and add functions to read HSV (#2156)

* Added functions to read HSV values

I have added three functions to rgb_light.c to be able to read the hue, saturation and value from other places.
They are rgblight_get_hue(), rgblight_get_sat(), adn rgblight_get_val().

* Create keymap.c

* Add COSPAD support to QMK

I have ported the COSPAD numpad to qmk.

* Update readme.md

* Update cospad.c
d91c9858 — That-Canadian 7 years ago
Christmas tree (#2160)

* Line ending stuff again

* Added initial files for Christmas Tree PCB

* Updated Readme and info json's, also config.

* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.

* Forgot to push rules.mk for the V2017 folder, fixed now.
8a099770 — U-LANDSRAAD\drashna 7 years ago
Remove MIDI from Planck Rev5 to fix compile build size issue
0e1a7314 — Jack Humbert 7 years ago
Update readme.md
57ef8a54 — Jack Humbert 7 years ago
deletes the extra mechmini readme [doh]
reforked master and added changes to 7u and 6u iso layouts
e4230c84 — Budi Dharmawan 7 years ago
[budi] tv44 arrow dvorak (#2151)

* [budi] tv44 arrow dvorak

* [tv44/budi] Removed qwerty, added readme
1485cc1d — mechmerlin 7 years ago
Found some broken links while looking up ARM keyboard support
4ea3bbdb — Colin T.A. Gray 7 years ago
add tests for action_layer.c and reset layer state after tests
bad839e6 — Colin T.A. Gray 7 years ago
make 'layer_state_set' visible to user code
3aec9a43 — Colin T.A. Gray 7 years ago
fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)
163ddd5d — MechMerlin 7 years ago
Duck Octagon V2 QMK Support (#2153)

* Initial commit for Octagon V2 Support

This is still basically just a copy of lightsaver support with
names changed.

* Port xauser keymap from: https://github.com/xauser/tmk_keyboard/blob/xauser/keyboard/octagon_v2/keymap_common.h

* Temporary default keymap just to get things compiling

* Modify config.h to have the right keyboard info

* Partial port of xauser matrix code for octagon v2

* Fix readme.md
1. Fix link to geekhack GB
2. Add microchips
3. Add appropriate attributions

* Fix PORTD

* Intermediate fix to get LEDs working

* Update BACKLIGHT_AREAS enum

* Port the following:
backlight_set
backlight_toggle_rgb
backlight_set_rgb

and resolve dependencies in header files

* Port backlight_update_state to led_set_kb

* Change copyright notice author to MechMerlin

* Remove Rasmus keymap

* Get a default keymap that actually does something and let's you reset.

* Convert keymap into KC_XXXX format.

* Better formatting of the default keymap to make it more readable

* Fix keymap

* Get that Fn key working!

* Some code cleanup and small refactor

* Fix keymap in octagon_v2.h
dc7cc26d — Josh Sankey 7 years ago
Christmas tree (#2105)

* Line ending stuff again

* Added initial files for Christmas Tree PCB

* Updated Readme and info json's, also config.

* Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.
Fix reset key in Iris default keymap
ab197af2 — Kaleb Elwert 7 years ago
Initial K-Type support (#1963)

* Initial K-Type support

* Copy PJRC_TEENSY_3_1 to work around watchdog issues

* K-Type: Remove bootloader offset in rules.mk

* Ensure matrix and scan quantum functions are called when needed

This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4
1226c69f — Jean Olivier Simoneau 7 years ago
Adding my xd60 layout. (#2078)

* Added xd60:Jos keymap

* Corrected Layout image for xd60:Jos layout

* Update README for xd60:Jos layout

* Created rules.mk for xd60:Jos layout

* Fixed an edge case for xd60:Jos layout

* Now using a specific  for xd60:Jos layout instead of modifying the main one

* Better physical layout image for xd60:Jos layout
8a1e6560 — Zach Richard 7 years ago
new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!) (#2100)

* new planck keymap, new feature - hybrid shift/enter action key (great for small keyboards!)

* corrected documentation to specify rules.mk file instead of Makefile
56f26617 — Jon Nelson 7 years ago
Adding my personal keymap (#2116)

* my personal keymap

* Add files via upload

* Delete baseLayer.JPG

* Delete fnLayer.JPG

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md
2dfdafbd — Cole Markham 7 years ago
Update '?=' references in rules.mk. Add support for ortho_4x12 layout.
Next