~ruther/qmk_firmware

79b58937 — fauxpark 6 years ago
Add C(), A() and G() to match already existing S() (#4673)

2f009d74 — Konstantin Đorđević 6 years ago
Add MOD_MASK_* macros to core code (#4337)

* Add MOD_MASK_* macros to core code

* MOD_MASK_ALL → MOD_MASK_CSAG
e611433c — Olivier Poitrey 6 years ago
rs: code friendly keymap for preonic, iris and my preonic clone (#4303)

I worked on those keymap to simplify the use of 60% keyboards for
coders. Instead of trying to mimic planck, this keymap remove
raise/lower layer complexity and keep some important sign keys for coder
in the upper right side pretty much the same way as they are on a full
keyboard.

A karabiner configuration is also provided to mimic most of the keymap
features on the macbook internal keyboard for when you are forced to use
it.
3542e573 — Drashna Jaelre 6 years ago
Fix process_combo which assign -1 to uint16_t (#3697)

b4161136 — Shihpin Tseng 6 years ago
Fix oneshot_time wrong type (#3696)

* Fix oneshot_time wrong type

* Fix oneshot_time_layer wrong type
3c0c4328 — MakotoKurauchi 7 years ago
Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is used
b4ae07cb — Dave Brown 6 years ago
Adding documentation for the LM layer modifier. (#3617)

* Adding documentation for the LM layer modifier.

This will hopefully clear up some of the confusion around adding this layer modifier.  I struggled with this a bit as well at first.

* Removing duplicate table.

* Changed section title to `Changing Layers`

* Retain name
8e47f648 — lambda_sakura 7 years ago
Add support for RETRO_TAPPING to LT(layer, kc)
0ba9620d — zunger-humu 6 years ago
[Keymap] New kbd67/hotswap keymap for writing both code and math (#4933)

* Custom keymap.

* Fix magic layer, enable Unicode.

* Update README.

* Make Unicode config change keymap-local.

* Move magic to AltGr, simplifying layout.

* Changes per Drashna.

* Fix magic+esc = backtick!

* Change reset implementation per Drashna's suggestion.

* Add a few more symbols so long as the commit is open - √ℜℂℤ⊙ℚℕ and the like.

* Typo fix.

* Slight simplification, drop an extra variable.
4d8eefc6 — skullY 6 years ago
Add support for Clueboard 66% rev4
5dcb1114 — Balz Guenat 6 years ago
Fix a typo in link to the Pro Micro ISP firmware
af3956d8 — zvecr 6 years ago
[Keyboard] Remove hadron ver0 as it is no longer required (#4921)

b5feae07 — fauxpark 6 years ago
Remove unused fn_actions[] and action_function() in default keymaps (#4829)

5d1ea88b — MechMerlin 6 years ago
[Keyboard] KBD67: enable bootmagic lite by default (#4931)

* enable bootmagic lite by default

* add a second layer with a reset key
ba70ab17 — shovelpaw 6 years ago
[Keymap] Adding keymap for Nyquist (#4918)

* Added busby222 config

* Fixed bug with leftover colemak and dvorak layouts

* Fixing dumb mistake

* Minor tweaks to layout. Need to use at work tomorrow to make more adjustments

* Added mouse controls for raised layer

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update config.h

Added mouse specific settings for smoother mouse movement (default is sort of hard to use)

* config.h cleanup

* Lowering max mouse speed (personal preference)

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update config.h

* Update rules.mk

* Added MIDI layer

* Switched the Adjust layer to an MO call

* Update keymap.c

* Fixing bugs related to midi layer

* Changed "Caps Lock" ctrl to RCTRL for use in VirtualBox

* Added shovelpaw keyamp

* Removed deprecated QUANTUM_DIR code block

* Switched midi layer to be only active when held

* Addressing requested changes

* Removed unnecessary include statement
465559e1 — MechMerlin 6 years ago
Optimize/Update the new_project script (#4920)

* use pragma once in our templates

* template.h is present in both avr/ps2avrgb options so we moved it to base. In addition we now use pragma once
cf596a03 — zvecr 6 years ago
Remove lfkeyboards parent rules.mk as its only required for mini1800
87ab49e4 — Danny 6 years ago
[Keyboard] Add BDN9 (#4919)

fafb33d9 — MechMerlin 6 years ago
[Keyboard] Add KBD67 Hotswap Support (#4916)

* initial commit

* move the original kbd67 stuff into its own directory, rev1

* get rid of vanilla cookie cutter code

* put in the switch matrix pins, backlight pin, and rgb underglow pin. Number of underglow LEDs is questionable.

* switch matrix created for hotswap

* create a basic keymap for testing

* make info.json for QMK Configurator support

* rename kbd67 due to compile error

* kbd67 generic readme file

* fix make instructions for the new rev1

* comment out unneeded rgb light #defines

* Update keyboards/kbd67/readme.md

Add an extra space for proper markdown rendering

Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>

* Update keyboards/kbd67/hotswap/hotswap.h

Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>

* Update keyboards/kbd67/hotswap/keymaps/default/keymap.c

Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>

* use pragma once

* proper format of MechMerlin
f940b6c5 — skullY 6 years ago
Fixup the clueboard 66 info.json
Next