~ruther/qmk_firmware

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
d1f735b6 — skullydazed 6 years ago
Clueboard refresh (#4902)

* Cluecard: refactor

- renamed layout macro KEYMAP to LAYOUT
- reformatted layout macro to more closely resemble physical device layout
- keymaps now use #include QMK_KEYBOARD_H
- config.h files updated to use #pragma once method
- deleted outdated QUANTUM_DIR code blocks from rules.mk files
- white space changes on rules.mk files (alignment/readability)

* Cluecard: Configurator support

* Cluecard: readme update

- added image
- updated Docs links

* Clueboard 66% HotSwap: corrected matrix and Configurator data

- removed k31 and k84 from LAYOUT
  - both appear to be unsupported for this PCB according to images on clueboard.co
  - updated block comment mock-ups to match changes
- rebuilt info.json file
- delete removed keys from default keymap.c

* Clueboard 66% HotSwap: readme update

- fix make example
- updated Docs links

* Clueboard 66% HotSwap: 66_ansi keymap update

Updated to use #include QMK_KEYBOARD_H

* Clueboard 60% refactor

- renamed layout macro KEYMAP to LAYOUT_all
- renamed layout macro KEYMAP_AEK to LAYOUT_aek
- removed redundant KC_TRNS definitions from keymaps
- all keymaps now use #include QMK_KEYBOARD_H

* Clueboard 17%: refactor

* Clueboard 17%: Configurator support

* Clueboard 17%: update Docs links in readme

* Cleanup the 2x1800 files

* Update Clueboard 60% to standard matrix

* Update the clueboard default keymaps

* Refresh and update clueboard 17

* Add the 66% hotswap to Clueboard's readme

* Clarify the 66% hotswap's readme

* change the image to imgur

* Update the clueboard 66 to follow modern standards

* update clueboard 66_hotswap to follow modern practices

* Move the logo to imgur

* update clueboard/card to follow modern practices

* remove clueboard/66 as a valid make target

* Address comments in #4902

* fix user keymaps after the changes
9667c104 — noroadsleft 6 years ago
Give the keymap folder the proper name

It was named default_60_iso for some reason. *shrug*
2dd031d4 — noroadsleft 6 years ago
Fix layouts/default/66_iso keymap

Keymap had a comma after the last keycode.

Aligned for readability.
6b1009b7 — Nikolaus Wittenstein 6 years ago
[Keyboard] Add DataHand keyboard support (#4847)

2a33d2c4 — Rys Sommefeldt 6 years ago
[Keymap] Add a compile-time provided macro and assign to _FL (#4908)

* Update make command with correct variant

* Add a custom keycode for a compile-time defined macro and add to _FL
5be7d09b — Felipe Coury 6 years ago
Added info.json for TGR Alice
Next