~ruther/qmk_firmware

95309e9a — James Young 5 years ago
[Keymap] Updates to noroadsleft keymap for KC60 (2019-11-05) (#7265)

* Rename layers_keymap to layer_names

* Update Escape and Left Control keys

- change KC_GESC to KC_ESC
- change KC_LCTL to MT(MOD_LCTL, KC_GRV)

* Disable features I don't use

Makes the firmware lean. Why? Because I can. :D

* Update the readme files

* Add KC_F13 through KC_F24 emulation

... and update the readme files accordingly.

* Update rules/config

- Swap EXTRAFLAGS for LINK_TIME_OPTIMIZATION_ENABLE
  - remove NO_ACTION_MACRO and NO_ACTION_FUNCTION
- Re-enable COMMAND

* concatenate full-length and short layer names

* enable dynamic macros

* update readme files
dfb78d2a — fauxpark 5 years ago
New and improved lock LED callbacks (#7215)

* New and improved lock LED callbacks

* Include stdbool

* Update documentation

* Use full function signatures and add keyboard-level example
ed0575fc — buztard 5 years ago
[Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267)

The need for this was dropped in 947e61eaebf168c0c60be34914141cff9a69e599
7c0edbe8 — fauxpark 5 years ago
Set `git submodule update` depth to 50 (#7269)

fc51a4a1 — fauxpark 5 years ago
Fix typo in ARM I2C copyright header (#7264)

8b832c49 — Tsan-Kuang Lee 5 years ago
[Keyboard] add keymap beautifier for Ergodox EZ (#4393)

* add beautifier

* add example

* Update keyboards/ergodox_ez/util/keymap_beautifier.py

Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com>

* Update keyboards/ergodox_ez/util/keymap_beautifier.py

Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com>

* works for regular layout

* all planned features implemented

* add justification switch

* docker support

* doc and starting script

* clean up the container after done
[Keyboard] Add Kudox Rev2 (#7253)

* Add a directory as rev2 in keybords/kudox.

* Modified default keymap of Kudox.

* Modified JIS keymap of Kudox.

* Changed kudox default from rev1 to rev2.

* Modified a keymap of kudox/x1.

* Move keyboards/kudox/keymaps to keyboards/kudox/rev1/.

* Remove keyboards/kudox/info.json.

* Modified kudox's READMEs.

* Remove unnecessary codes.
dc113712 — James Young 5 years ago
[Keyboard] Add LAYOUT_60_iso to XD60 (#7263)

* refactor iso keymap

- remove redundant action_layer.h include
- use enum for layer management
- QMK coding conventions (four-space indent)

* add LAYOUT_60_iso macro

* enable 60_iso community layout for both revisions

* swap KC_HOME to KC_RSFT

* update ISO keymap readme

* update default keymap readme

`make` command no longer valid.

* refactor keyboard readme

Update to reflect current QMK template.

* add LAYOUT_60_iso data to info.json

* use #pragma once in header files
1244d0e2 — fauxpark 5 years ago
Un-clang-format usb_descriptor.h (#7216)

Preserves readability of the file, making it easier to understand and modify.
542cb0a8 — Drashna Jaelre 5 years ago
[Core] Convert Dynamic Macro to a Core Feature (#5948)

* Convert Dynamic Macro to a Core Feature

This imports the code from Dynamic Macro into the core code, and handles it, as such.

This deprecates the old method but does not remove it, for legacy support. This way, no existing user files need to be touched.

Additionally, this reorganizes the documentation to better reflect the changes.

Also, it adds user hooks to the feature so users can customize the existing functionality.

Based heavily on and closes #2976

* Apply suggestions from code review

Co-Authored-By: fauxpark <fauxpark@gmail.com>
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Cleanup based on feedback

* Add short-form keycodes and document them

- add short-form keycodes to quantum/quantum_keycodes.h
- document the new aliases in docs/feature_dynamic_macros.md

* Add Dynamic Macros section and keycodes to docs/keycodes.md

* Make anti-nesting optional

* Add documentation for DYNAMIC_MACRO_NO_NESTING option

* Fix Merge artifacts

* Fix formatting typo in docs

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>

* Remove DYNAMIC_MACRO_RANGE as it's not needed

* Fix includes and layer var type
0e664f92 — Jonathan Rascher 5 years ago
Switch Quefrency to serial for independent halves (#7262)

d382eeeb — Joel Challis 5 years ago
CI - Fix change detection (#7038)

* Fix travis change detection

* Fix travis change detection - add back python ignore
efa28d0f — fauxpark 5 years ago
Convert some PS2AVRGB boards to I2C WS2812 driver (#7241)

* Convert some PS2AVRGB boards to I2C WS2812 driver

* Fix Travis failure for bface
0a9a6939 — Christopher 5 years ago
Fixes #7256: USB descriptor to identify correctly as MIDI device. (#7258)

31fe2e08 — Drashna Jaelre 5 years ago
[Keyboard] Reduce compiled size of Panc60 keyboard (#7260)

29630e6e — Drashna Jaelre 5 years ago
[Core] Add short form LTO_ENABLE (#7259)

For drashna's sanity's sake
a836c85e — Drashna Jaelre 5 years ago
Update keymap.c
511fa5f8 — Daniel Shields 5 years ago
[Keymap] Add new LED/RGB key codes (#7254)

a510e521 — Gregory Gubarev 5 years ago
[Docs] Create RU ver getting_started_getting_help (#7227)

* Create RU ver getting_started_getting_help

* uodate RU ver of getting_started_getting_help

* Update docs/ru-ru/getting_started_getting_help.md

Co-Authored-By: nabokovas <bbkv@bk.ru>
Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>
2b83b908 — Jerry Cooke 5 years ago
[Keymap] Add keymap for user jerryhcooke (#7251)

* Add keymap for user jerryhcooke

Created a new keymap with encoder changing per layer

* Added readme

* Update readme.md

* Update readme.md

* Update readme.md

* Update keyboards/keebio/iris/keymaps/jerryhcooke/keymap.c

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

* Update keymap.c

* Fixed Formatting

Ran automatic C formatting as suggested

* Update rules.mk

Fixed linespacing
Next