~ruther/qmk_firmware

1305d8de — Martin Lechner 7 years ago
[TADA68] Added mac layout with german umlaute on ansi. (#2615)

55d0b1f0 — bjacques 7 years ago
Create new 'tada68/iso-uk' layout tailored for boards with the big fat iso enter key (#2612)

d3a0c7e3 — mechmerlin 7 years ago
qmk configurator support for e6v2. Let it be known that this is one of the keymaps I've seen done right
b773d944 — mechmerlin 7 years ago
Add qmk configurator support for KBD75

Also changed KEYMAP to KEYMAP_ALL to be more explicit that it's
a layout supporting ALL possible layouts.
19a1fbac — dankm 7 years ago
Better non-Linux support (#2524)

* grep -> $(GREP)

Some UNIXy systems (FreeBSD for example) don't use GNU grep by default.
Allow the user to specify which grep implementation to use so that
GNU grep can be specified.

* Allow using versioned avr-gcc command

Don't hardcode "avr-gcc", and allow strings such as "avr-gcc8", or
"avr-gcc-7.3.0" to match checks for "avr-gcc".
ae7284ed — Jack Humbert 7 years ago
rename api docs to internals
66162b2b — Jason Stillwell 7 years ago
add grave to auto-shift.
change rgblight_increase_val() and eeconfig_update_rgblight_default(), use RGBLIGHT_LIMIT_VAL insted of 255.
b922a550 — Otto Rask 7 years ago
Add pearl README, add rask's Pearl layout
ee1bb855 — Drashna Jaelre 7 years ago
Expand Newb Guide flashing document (#2588)

* Add header info

* Add DFU section

* Add Caterina section

* Add Halfkay section

* Fix Typos

* More typos
07b90db8 — Drashna Jaelre 7 years ago
Fixes and updates to docs (#2611)

* Fix advanced keycode headers

* Add caveat for OSM over Remote Desktop

* Hopefully add better anchors to docs

* Add Action code list reference

* Formatting of RGB Underglow doc

* Add brew update issue on macOS

* Revert formatting

* Revert RGB doc formatting

* Make Config Options doc's sections linkable
0c665696 — Drashna Jaelre 7 years ago
Update to drashna files (#2587)

* Add Colemak Mod-DH vars

* Add Norman Layot vars

* Set Shift Indicator to include CAPS Lock as well

* Change MEH to GUI

* Add Enter to Macro layer

* Switch raise and lower layers to make more sense (to me)

* Replace unused quote on Ergodox

* Add One Shot defines

* Dim indicator LEDs

* Add short codes for KC_SECRET

* Fix typos

* Update OLKB code in userspace

* Add global userspace config.h

* add compile fix

* Automatically include  from userspace

* update readme

* Re-add QMK Scan loop

* Add EEPROM reset code to all keymaps

* Shorten fauxclick sound

* Use layouts instead of keymap, when possible

* Add OSM detection to ergodox

* Convert Viterbi to LAYOUT macro

* Clean up game macros

* Because I accidently removed the C6 AUDIO define from my viterbi... Whoops

* Minor formatting

* Fix Woodpad because it's still there

* Move Ergodox keymap into layouts folder

* Add build date to version macro

* Remove PREVENT_STUCK_MODIFIERS from config
a09a042b — Joshua Coffey 7 years ago
New keymap and more songs (#2609)

* Added some new songs and my own keymap

* Made Dodger keymap safe to use with backlight disabled

* edited layer switching and added more songs

* changed keymap to lowercase
3d587b1d — RobertDhaene 7 years ago
Merge in some custom keymaps from forked repository (#2605)

* Inital layout

* Fix the backspace

* add a number pad

* move the backlight to the adjust layer; move ctrl and delete.

* Update from main repo

* Add initial files for custom keymap

* Light keymap mod

* Change the submodules to match the upstream fork's master branch
c4f9b8f2 — skullY 7 years ago
make new_project.sh work correctly on osx too
e72cad44 — U-LANDSRAAD\drashna 7 years ago
Add Layouts to exclusion
f67950df — U-LANDSRAAD\drashna 7 years ago
Ignore users folder for Travis tagging
b23d2a68 — U-LANDSRAAD\drashna 7 years ago
add syscalls.c if autoshift is enabled, to fix compile issue on ChibiOS
34580bac — U-LANDSRAAD\drashna 7 years ago
Fix #1566 - NKRO reseting issue
d9c6e748 — MechMerlin 7 years ago
Refactor/v60 type r keymap/layout (#2593)

* Add a proper ANSI layout

Changed v60_type_r.h to have a proper ANSI layout
Modify keymaps to reflect above changes
Fix comments

* Add new layout to info.json
Next