~ruther/qmk_firmware

f8d5b9f2 — moonfall 6 years ago
[Keymap] iris: moonfall: Initial checking of layout. (#5462)

Layout is similar to Kinesis/Ergodox.
dfe02441 — noroadsleft 6 years ago
handwired/magicforce61 Refactor (#5459)

* handwired/magicforce61: refactor

Renamed layout macro KEYMAP to LAYOUT.

Keymap now uses #include QMK_KEYBOARD_H.

Refactored the default keymap to use non-auto-prepended keycodes per QMK standard.

Deleted deprecated action_get_macro block (was unused).

* handwired/magicforce61: Configurator support

* handwired/magicforce61: readme cleanup

Restructured the readme to be more similar to current QMK template.

* handwired/magicforce61: replace missing image in readme

Replaced the missing wiring image (error 404) with a table.

* handwired/magicforce61: rename readme to lowercase

* Convert config.h to #pragma once include guard
6e4edbd1 — KOBAYASHI Daisuke 6 years ago
Keymap: Add Koba's keymap for KBD67. (#5460)

f7fd7f67 — Takeshi ISHII 6 years ago
rgblight.c: add  remap feature (#5243)

* rgblight.c: add RGBLIGHT_LED_MAP support

* add code to keyboards/helix/rev2/keymaps/five_rows/config.h to test rgblight.c:RGBLIGHT_LED_MAP

* Test end. Revert "add code to keyboards/helix/rev2/keymaps/five_rows/config.h to test rgblight.c:RGBLIGHT_LED_MAP"

This reverts commit e7488d6f7338460b533d7d19a09deccb011000bf.

* update docs/feature_rgblight.md

* led_map[] move to PROGMEM
d5fd8c4f — Felipe Coury 6 years ago
Uses K(row)(col) standard for TGR Alice matrix (#5457)

0786f227 — noroadsleft 6 years ago
[Keyboard] Refactor MF68 default keymap to use LAYOUT_68_ansi macro (#5455)

995b31a5 — MechMerlin 6 years ago
[Keyboard] HB85 Refactor/Layout Addition (#5451)

* introduce stt layout with K(row)(col)

* set bootmagic to lite

* Rename the original LAYOUT to LAYOUT_all
Introduce the STT layout

In additional the whole matrix was changed to support the K(row)(col) notation.

* rename LAYOUT to LAYOUT_all

* add QMK Configurator support

* stt keymap based on mrpetrov's default configuration on the hb85 he lent me

* update readme

* introduce basic and aop layouts along with QMK Configurator support for them

* add a new line

* add EEP_RST to layer 1 as it is needed to get rgb underglow to work

* add documentation on how to reset the eeprom on the board

* put contributors names where appropriate
066465fa — jotix 6 years ago
[Keymap] jotix layouts adjustments (#5453)

cd696ed3 — James Churchill 6 years ago
Fix i2c splits with >8 columns (#5454)

ab294813 — fauxpark 6 years ago
Fix link to Caterina bootloader hex files (#5452)

6eb5a25a — Jason Won 6 years ago
[Keyboard] add quantum matrix calls to zen matrix calls (#5450)

8b859872 — jotix 6 years ago
[Keymap] Jotix (#5448)

* jotix layout adjustments

* jotix layout readme
6e7eff47 — stanrc85 6 years ago
[Keymap] Keymap and readme updates (#5449)

* Remove tap dance code from keymap.c

* Add tap dance code to userspace files

* Readme updates

* Update keymap images
4b4eba99 — Boy_314 6 years ago
[Keymap] Boy_314's Halfnhalf layout update (#5441)

* added Boy_.314's layout for halfnhalf keyboard

* reset rules.mk to default

* update keymap with qwerty layout, and enable tap dancing

* fixed formatting in layout visualization

* added rules.mk to custom layout

* added mod tap for ctrl/capslock

* fixed typo in config.h, remove excess in rules.mk, revert half_n_half rules.mk

* added Boy_.314's layout for halfnhalf keyboard

* reset rules.mk to default

* update keymap with qwerty layout, and enable tap dancing

* fixed typo in config.h, remove excess in rules.mk, revert half_n_half rules.mk

* added macros to raise layer

* fixed mismatched layout/comments

* fixed layout switching
6a4884e3 — Konstantin Đorđević 6 years ago
[Keyboard] Remove unnecessary IS_COMMAND definitions from a couple of boards (#5269)

* Remove unnecessary IS_COMMAND definition from clueboard/66_hotswap/gen1

* Remove old-style IS_COMMAND definition comment from dozen0

* Use get_mods() instead of keyboard_report->mods in georgi
0072fdd7 — Drashna Jaelre 6 years ago
 Cleanup Default Keymaps  (#5442)

* Cleanup Default Keymaps to conform to QMK Firmware standards

* Minor fixes

* Revert some changes
29bfd634 — Drashna Jaelre 6 years ago
Fix dk60 compiler issue on newer compiler versions (#5444)

afdc6718 — Rob Rogers 6 years ago
correct typo in eeprom split target for dfu (#5445)

161d469f — Drashna Jaelre 6 years ago
[Docs] Recursively clone qmk_firmware repo (#5378)

* Recursively clone qmk_firmware repo

Specifically, so that it grabs the submodules, since ARM keyboards are becoming more common, and we are seeing more issues about chibiOS not being downloaded (in the error log, rather than by question)

* Wrap in shell
c534a4c7 — Drashna Jaelre 6 years ago
[Docs] Smallish overhaul of the docs (#5281)

* Fix up Common functions doc

* Add to extra commands to flashing doc

* Rearrange and touch up Macros

* Expand Newbs Flashing guide

* Update process_record documentation

* Add git to best practices name in sidebar

* Expand FAQ for build/flashing

* Add deprecated info to functions

* Update docs/feature_macros.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/feature_macros.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/flashing.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/flashing.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/keymap.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/newbs_flashing.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/newbs_flashing.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/custom_quantum_functions.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/faq_build.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/feature_macros.md

Co-Authored-By: drashna <drashna@live.com>

* Update docs/keymap.md

Co-Authored-By: drashna <drashna@live.com>

* Fix up Common functions doc

* Make pre-init example accurate

* Update docs/custom_quantum_functions.md

Co-Authored-By: drashna <drashna@live.com>

* Zadig Driver catchall

* Spelling Depriciated

* Completely remove fn_actions section
Next