~ruther/qmk_firmware

e9f44ee9 — TurboMech 7 years ago
added ALU84 keyboard and TurboMech user space (#2206)

* Added ALU84

Added ALU84 from mechkeys.ca.  TurboMech keymap is MacOS oriented, need to still update the defualt keymap.

* added alu84 and TurboMech userspace

* updated keymap, config.h and rules.mk for alu84
9cb80d68 — skullY 7 years ago
Add the missing rules.mk for my layout
4932f956 — skullY 7 years ago
capslock led fix for clueboard 60
97c6b814 — Colin Miller 7 years ago
Adding a Zelda Treasure sound.

It's the sound that's made when opening a treasure chest.
3b9e4967 — Ryan Mitchell 7 years ago
fix breaking build: remove merge conflict text
7c57104b — adiabatic 7 years ago
Zweihander: remove app keys, etc. (#2167)

* zweihander-osx: Remove app keys, etc.

- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)

* Zweihander: update readme
84659854 — Oscillope 7 years ago
Oscillope keymap: handy programming macros (#2176)

* Added macro to type -> since that symbol requres much finger acrobatics otherwise.

* Added macros for braces
c68597d9 — MechMerlin 7 years ago
Octagon V1 Support (Port) (#2184)

* Preliminary commit for Octagon V1 support

This is essentially a cp -R v2 v1 with a few things changed to
get it to compile and build.

* The Octagon V1 supports up to 84 keys as opposed to the V2 which
supports up to 86. This commit changes the keymap to match it.

* Temporary default keymap just to get things to compile

* Update readme file

* Fix switch matrix

* Fix underglow lighting option

* Fix keymap to take care of shifted columns

* Fix keymap formatting

* Remove un-needed files left over from rasmusx

* Make Octagon V1 have its own keymap directory with default keymap

* Make Octagon V2 have its own keymap directory with default keymap

* Cleanups and readme edits
5ffec5d9 — U-LANDSRAAD\drashna 7 years ago
Disable MIDI on preonic to fix firmware compilation errors
a8eaf0b6 — Nicolas Guelpa 7 years ago
Adding pok3r like layout to the let's split (#2135)

* adding new layout for the planck that helps when coming from the pok3r

* Fixing the function layer

* Update readme.md

* Update keymap.c

Making some small adjustments

* Update keymap.c

switching GUI and Esc

* Update keymap.c

* adding mod tap on left and right shift

* adding mod tap on left and right shift

* poker keymap for lets split

* fixing the FN layer

* removing unused file
4f484bc1 — Drashna Jael're 7 years ago
Add on/off/toggle keycodes for Auto Shift
a1fa70f9 — U-LANDSRAAD\drashna 7 years ago
Add toggle option to AutoShift
d8f0faab — Hugo Gayosso 7 years ago
Fixed typo
818042b2 — Kaleb Elwert 7 years ago
k_type: add belak keymap
8910f9b8 — Jason Rosenman 7 years ago
Marked util/atmega32a_program.py as executable so that programming script works.
9dd3e08f — MechMerlin 7 years ago
Octagon V2 Refactor (#2170)

* rename octagon_v2 directory to octagon directory

* Move octagon_v2 files to v2 sub-directory

* Edit readme files

* setup header files for building multiple versions of the Duck
Octagon.

* Changes as per Jack's PR 2170 comments
b3bcafcc — fauxpark 7 years ago
Unsign key argument in add_key_to_report
b8f08d93 — Arda Kılıçdağı 7 years ago
Added Ardakilic keymap for Tada68 (#2174)

* Added Ardakilic keymap

more key fixes

* power key instead of eject
dd372453 — kimkimkeren 7 years ago
Custom Keymaps for Certain Layouts (#2161)

* Add keymap for my friend's KBD75\nBug : RGUI is read as RALT

* Add keymap for Nyquist

* Add Keymap for Whitefox (Truefox layout only)

* Add Keymap for XD75 and XD73 (XD75 with 1u blocker each on left and right bottom
eab41f7b — kamisamamizu 7 years ago
Added default case to process_record_user

I tried using process_record_user and if I had to add the default case for it to compile.
Next