~ruther/qmk_firmware

2d60444d — Will Wolff-Myren 4 years ago
[Keymap] gmmk/pro: willwm (#12952)

* Create willwm keymap:
Modified GMMK Pro Default + VIA + Space-Cadet Unicode

* Temporarily remove unicode map calls; try using UNICODE_ENABLE instead

* RGBLIGHT_ENABLE = yes

* ...on second thought, don't enable RGBLIGHT =P

* Move Del to PrtSc, add Home, move PrtSc to Fn+Home

* willwm: Add keymap.json and readme.md

* willwm: Add layer0/layer1 images

* willwm: Update readme.md with info from PR #12952

* willwm: Update to better match template
(https://docs.qmk.fm/#/documentation_templates)
02fcb106 — Ramon Imbao 4 years ago
Add the SquishyTKL and SquishyFRL (#12764)

* Add SquishyTKL

* Add SquishyTKL-FRL

* Adjust readme.md and info.json

* Add JIS support for SquishyTKL

* Fix JIS layout macro

* Fix via layout and keymap

* Migrate SquishyTKL to STM32duino bootloader

* Make chibios conf files generic

* Change TKL via keymap to match number of layers

* Apply chibios changes to FRL as well

* Adjust README regarding flashing with dfu-util

* Add license and header guard
3cc037d8 — obosob 4 years ago
Add "steal this keyboard" keybaord (#12898)

543dca0d — kb-elmo 4 years ago
Added Skeletn87 PCBs (#12922)

* add Skeletn87

* update skeletn87 files

* update skeletn87 soldered

* update readme image

* update readme (again)
fc06c143 — 18438880 4 years ago
Latin6rgb use IS31FL3731 IC (#11819)

* Create config.h

* Add files via upload

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Update readme.md

* Update keyboards/latin6rgb/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update keyboards/latin6rgb/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Update keymap.c

* Update keymap.c

* Update config.h

* Update config.h

Co-authored-by: Drashna Jaelre <drashna@live.com>
344b1b43 — s-show 4 years ago
Add ID to "## Advanced Macros". (#12830)

b354ce94 — James Larkby-Lahet 4 years ago
enable mouse keys in handwired/dactyl keymaps that use them (#12586)

fb78447a — James Young 4 years ago
Monstargear XO87 Solderable Configurator Refactor (#13317)

d45a24a9 — sendmmsg 4 years ago
bug if macro definition and not integer is used to identify layers (#12648)

480b7e59 — James Young 4 years ago
Studio Kestra Nue: fix info.json layout macro reference (#13318)

Corrected the info.json file to reference LAYOUT_all instead of LAYOUT.
8030f73f — gtips 4 years ago
[Keymap]Add Keymap reviung34rgb (#12656)

* [Keyboard] Add keyboard Reviung41

* Modified files

* deleted keyboards/reviung41/keymaps/default/config.h

* modified keyboards/rebiung41/keymaps/default/keymap.c

* modified keyboards/reviung41/readme.md

* modified keyboards/reviung41/readme.md

* modified keyboards/reviung41/readme.md

* Update readme.md

Change the image photo of readme.md.

* [Keyboard] Add reviung61

* Update readme.md

* fix keyboards/reviung61/ and add keymap default_rgb

* fix keyboards/reviung61/info.json

* fix keyboards/reviung61/info.json

* remove keyboards/reviung61/keymaps/default/config.h

* [keyboard] Fixed readme.md for reviung39 and 61.

* add keymap keyboards/reviung34/keymaps/default_rgb/ ,default_rgb2u
563de365 — Suryan Isaac 4 years ago
Added a custom keymap for XD60 (#12736)

* Added custom Keymap

* Added Images to README

* Added Layer 1 Keys for RGB control

* Added GPL2+ License to keymap.c

* Removed extra json files and added a few lines to README
f5cecffa — Antoine R. Dumont 4 years ago
keymap/ardumont: Fix substitute keycode reset step (#12675)

It so happens that when releasing the control key prior to the main key (C-h, C-i, C-n,
...), the substituted keycode was continuously sent in a loop after that (even when
releasing said key). The workaround so far was to type any other key to stop the loop.

This commit fixes such behavior by resetting the substitution keycode sent when the ctrl
released situation conditional is detected (and that the substitution keycode was on).
5e86a11a — Jose Luis Adelantado Torres 4 years ago
[keymap] Added new `oled_status` keymap to `nullbitsco/nibble` keyboard (#12824)

* Added new oled_status keymap to nullbitsco/nibble keyboard

* rm: Removed font from src imports
3099630a — Robert Verst 4 years ago
[Keymap] Feature/extend keymap (#12778)

* Add F13-F24

* Add nvim macros

* Add debug switch

* Switch mode every time, add debug print
dee50c9c — T.Shinohara 4 years ago
[Keymap] fix key code. numpad to numkey (#12808)

* add keyboard new macro pad "Kuro"

* change main readme.md

* remove not used code from default/keymap.c

* Remove unnecessary code

* Supports info.json

* removed back slash and not used functions.

* update at product link. add japanese messages.

* Merge All

* [Shiro]Add MacKeymap

* Change key code. Numpad→Numkey
0ec6d6da — Jay Greco 4 years ago
Update oled_bongocat to match VIA keymap (#12875)

* Update to match VIA keymap

* Update with feedback from PR
909d9c22 — Mike Tsao 4 years ago
Switch default layout to standard TKL; add custom (#12818)

4a15eb59 — Tyler Thrailkill 4 years ago
snowe keymap/userspace and Ocean Dream animation (#12477)

* Add snowe keymap/userspace & Ocean Dream animation

* Add snowe userspace with keymap wrappers and two animations
* Add crkbd keymap
* Add Ocean Dream animation, a cool full screen animation with:
* * twinkling stars
* * meteor showers
* * ocean waves
* * island with palm tree
* * moon with phases

* Disable Luna so travis build succeeds.

* Add more copyrights

* Add pragma once to keycode_aliases.h

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
6e1ed1c9 — David Hoelscher 4 years ago
Optional OLED splash screen  and fixed OLED i2c execution time saving (#12294)

* Made OLED splash screen optional to reduce memory and fixed OLED i2c execution time saving

* moved OLED address updates into their respective conditional checks
Next