~ruther/qmk_firmware

4735aab7 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
`qmk docs`: Add flag to open in browser (#13788)

* `qmk docs`: Add flag to open in browser

* Add docs
ba1fdf97 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
d93089d8 — James Young 4 years ago
MNK1800s: fix Configurator key sequence (#13783)

38686dd0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
e1ce0d28 — James Young 4 years ago
Clawsome Luggage Rack: correct keymap directory name (#13780)

Rename `keyboards/clawsome/luggage_rack/keymap/` to `keyboards/clawsome/luggage_rack/keymaps/`.
80d8c4a4 — James Young 4 years ago
Merge remote-tracking branch 'upstream/master' into develop
6fd9b2fe — officereso 4 years ago
[Docs] Added information on soldering diodes in parallel (#13117)

Co-authored-by: Ryan <fauxpark@gmail.com>
a1f7d86e — Álvaro A. Volpato 4 years ago
[Keyboard] Initial Noxary 378 support (#13156)

Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
03212ced — Jonavin 4 years ago
[Keymap] jonavin gmmk pro keymap add RGB functionality (#13591)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Jonavin <=>
7e1d2800 — James Young 4 years ago
CherryB Studio CB1800: fix key sequence in info.json (#13779)

This commit fixes the position in sequence of the arrow keys.
Remove references to info.json `width` and `height` in CLI (#13728)

219ce2b5 — Jonavin 4 years ago
[Keymap] jonavin quefrency keymap (#13751)

add winkeylock and rgb functions
Co-authored-by: Jonavin <=>
104cdef3 — James Young 4 years ago
Cannonkeys Balance: Configurator fixes (#13778)

327e5a08 — Trent Hoh 4 years ago
[Keyboard] Added YMD40v2 VIA (#13770)

VIA support for YMD40v2
86c0a6d3 — fvolpe83 4 years ago
[Keymap] Update keymaps for fvolpe83 (#13739)

changed folder name to match github username, changed caps from LT(1,KC_CAPS) to MO(1) and updated readme 
fab1af41 — James Young 4 years ago
AnomalyKB a65i Configurator fixes (#13775)

987e8e35 — Ramon Imbao 4 years ago
[Keyboard] Add Mona v1.1 (#13721)

Co-authored-by: Drashna Jaelre <drashna@live.com>
8ca6d835 — James Young 4 years ago
Atomic Refactor (#13761)

* info.json: human-friendly formatting

- one key per line
- line breaks between physical rows
- four-space indent

* info.json: add data for LAYOUT_grid

* fix keymap paths

This commit corrects the paths for three keymaps that were in the wrong directory.

* refactor and bugfix abienz keymap

- remove extra commas
- use QMK-native aliases for KC_TRNS and KC_NO
- add include for Colemak keycode support
- use four-space indent

* refactor and bugfix michelle keymap

- remove inline comments for keymap layout
- remove extra commas
- use QMK-native aliases for KC_TRNS and KC_NO
- use four-space indent

* refactor and bugfix twolayer keymap

- remove extra commas
- refactor action_get_macro() keycode to QMK-native keycode
- use QMK-native aliases for KC_TRNS
- use four-space indent
- adjust grid alignment

* rename LAYOUT_grid to LAYOUT_ortho_5x15

* refactor config.h file

- use #pragma once include guard
- update MANUFACTURER and PRODUCT strings to be consistent with other OLKB boards
- remove Magic config (all settings are default)

* refactor atomic.c

- add license header
- use GPIO control functions

* refactor atomic.h

- add license header
- use #pragma once include guard
- remove redundant file includes

* refactor rules.mk

- remove Bootloader selection comments
- unify Build Option header comment to QMK template
- unify Build Option rules and inline comments

* alias LAYOUT_grid to LAYOUT_ortho_5x15
c0149dc3 — James Young 4 years ago
Alu84 Refactor (#13760)

* info.json: human-friendly formatting

* use QMK 3-character notation for layout macro/data

* alu84.h: use #pragma once include guard

* clean up alu84.c

Remove unnecessary includes and functions.

* refactor config.h

- use #pragma once include guard
- enable Backlight Breathing
- align comments to QMK AVR template

* refactor default keymap

- add license header
- use layer_names enum
- refactor keymap to be more generic
- remove unnecessary and empty functions

* refactor turbomech keymap.c

- edit license header
- refactor keymap for readability (use QMK-native keycode aliases)
- remove unnecessary and empty functions

* refactor turbomech config.h

- use #pragma once include guard
- align to QMK template

* refactor turbomech rules.mk

Edit the file to make it conform to QMK template.

* align rules.mk to QMK template

* touch-up default keymap

* touch-up alu84.h

* rename LAYOUT to LAYOUT_75_ansi

Also enables Community Layout Support

* modernize readme.md

- update description
- convert keyboard data to list
- add flashing and bootloader instructions
- update Docs links

* alias LAYOUT to LAYOUT_75_ansi

* change readme image URL per fauxpark

* touch up turbomech keymap rules.mk per fauxpark

* rules.mk: convert tab to spaces
Next