~ruther/qmk_firmware

d689f761 — Anne Demey 4 years ago
[Keyboard] Add Terrazzo Keyboard (#10408)

* Ciao Terrazzo!

* Keymap updates

* Adding info json
Cleaning up keymap files
Readme updates with template

* Coding style updates

* Removing vscode files

* PR feedback updates

* biton32 -> get_highest_layer update
Adding license headers
5d2deaca — Alabahuy 4 years ago
[Keyboard] add via support and fix info.json for rartlice (#10690)

* Update info.json

* Create keymap.c

* Create config.h

* Create rules.mk

* Update keymap.c

* Update keymap.c
8e7517ae — Fidel Coria 4 years ago
[Keyboard] Add pteron44 keyboard (#10708)

* Add pteron44

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* Apply suggestions from code review part 2

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
b5f425b2 — null-ll 4 years ago
[Keyboard] add Basketweave keyboard (#10729)

* add basketweave keyboard

* Fixed missing key in info.json layout

* Update keyboards/basketweave/rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/basketweave/readme.md

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
47ce1a9e — kb-elmo 4 years ago
[Keyboard] make Canoe Gen2 indicator configurable (#10722)

85f344db — Leon Anavi 4 years ago
[Keymap] Add Zoom keymap for ANAVI Macro Pad 8 (#10715)

Zoom keymap for ANAVI Macro Pad 8 with the following shortcuts:

* Alt+V: Start/stop video
* Alt+A: Mute/unmute my audio
* Alt+M: Mute/unmute audio for everyone except the host
* Alt+S: Start/stop screen sharing
* Alt+R: Start/stop local recording
* Alt+P: Pause/resume recording
* Alt+C: Start/stop cloud recording
* Switch to 2nd layout to control backlighting and underlighting

Signed-off-by: Leon Anavi <leon@anavi.org>
225af5d1 — coarse 4 years ago
[Keyboard] Add Cordillera PCB (#10711)

* Add initial Cordillera config

* Update readme

* Update info.json layouts

* Update preview image

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

* Remove extra rules

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update bootmagic rule

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Fix two `qmk info` complaints (#10737)

* Fix two `qmk info` complaints

* Oops
9093f877 — Drashna Jaelre 4 years ago
[Keyboard] Fix Moonlander indicator LEDs during sleep (#10683)

5e9c078c — Xelus22 4 years ago
[Core] IS31FL3731/36/37 bug fix (#10612)

* 3731 bug fix

* bug fixes
fe50bee9 — André Silva 4 years ago
Update shell.nix (#10712)

* nix-shell: update nixpkgs reference

* nix-shell: add missing python dependency
999326ac — Jay Greco 4 years ago
Add nullbits nibble (#9250)

* Add NIBBLE keyboard

* Update VID for VIA compatibility

* Add QMK PR feedback

* Update matrix_init_remote_kb()

* Update with requested changes

Clean up config, makefile rules, and keymap files

* Update with changes for unified ANSI/ISO layout

* Add NO_USB_STARTUP_CHECK note in readme

* Add license info, update with PR changes

-Refactor encoder, via_extras code
-Refactor VIA specific code to live in keymap folder
-Remove non-inclusive naming in remote keyboard.c/h
-Add documentation to remote_keyboard.c
-Add compiler check for vusb_detect for non-avr micros

* Fix print formatter in encoder handler

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Small PR updates

-Remove unneded matrix code from nibble.c
-Clean up include code in nibble_encoder.h

* Update Big LED headerfile

-Declare Big LED functions in header file (derp)

* Update keyboards/nullbitsco/nibble/nibble.c

-Update with drashna's suggested CAPS LED code change

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

* Update keyboards/nullbitsco/nibble/rules.mk

-Update with drasha's suggested makefile formatting changes

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

* Fix caps_lock typo

Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Drashna Jaelre <drashna@live.com>
8cbaea9e — KgOfHedgehogs 4 years ago
[Keyboard] Fix jian backlight related ifdefs (#10679)

* Add jian backlight enabled ifdefs

* Fix adavnced layout LAYOUT_dips usage
e7d8ccdb — Mika Kuitunen 4 years ago
[Keyboard] Add support for Tunks Ergo33 keyboard (#10665)

* [Keyboard] Add support for Tunks Ergo33

* [Keyboard] Ergo33: Code style fixes

* [Keyboard] Ergo33: Add GPL license headers

* [Keyboard] Ergo33: remove keymap_config declarations

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
c45d7e52 — mechlovin 4 years ago
Add Cospad VIA support (#10642)

* Add Cospad VIA support

* Update keymap.c
f078980f — mechlovin 4 years ago
[Keyboard] Add infinity88 PCB, add VIA support for Kanu (#10531)

* add infinity88 PCB

* Update rules.mk

* Update info.json

* Add VIA support Kanu PCB

* Update keyboards/mechlovin/infinity88/rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
619eb007 — Draevin 4 years ago
[Keymap] Add Draevin userspace and maps (#10581)

* Initial userspace

* DZ60 map

* Quefrency map

* Sinc map

* Set up MAKE key for all personal maps

* Light userspace cleanup

* Formatting and comments zzz...

* Licensing and userspace README

* Swap: EXTRAFLAGS -> LTO_ENABLE in userspace rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

* Improve KC_MAKE: KC_ENT -> \n

Co-authored-by: Ryan <fauxpark@gmail.com>

* Swap left grouping on _FN for pairs

* Add '?' -> backslash on _FN

* Remove commented code

* Organize lines in rules.mk

* Add left hand scroll keys

* Move configs to config.h

* License blitz

Co-authored-by: Ryan <fauxpark@gmail.com>
Fix RGB matrix for ATmegaxxU2 (#10723)

c2json: Fix TypeError on MSYS2 (#10709)

168ce1a7 — Félix Sanz 4 years ago
Update keymap_spanish_dvorak.h (#10213)

Co-authored-by: Ryan <fauxpark@gmail.com>
Next