~ruther/qmk_firmware

b5e7589b — Erez Zukerman 7 years ago
disables RGB Matrix for now

just to see if that's why the board doesn't work. And it is... With this, the board works.
3d00f385 — Erez Zukerman 7 years ago
a quick attempt
6ba73e0e — Jack Humbert 7 years ago
update doc options
afacd423 — yiancar 7 years ago
Add effect speed support for RGB Matrix *No EEPROM yet*  (#2922)

* Added Modular keyboards L,R and NUM

Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split

* Remove modular from master

This is to fix incorrect branching

* Add effect speed support for RGB Matrix *No eeprom yet*

Keycodes RGB_SPI and RGB_SPD have been added to increase and decrease effect speed.

Speed is not saved in EEPROM yet as per Jack's request.

* Update rgb_matrix.c

* RGB Matrix speed fix rgblight.h

* More fixes for rgb speed. Speed functions declared but not used in rgblight

* More travis fixes..

* Another one for travis..
23df5fb8 — MechMerlin 7 years ago
Alf X2 Layout Fixes (#2923)

* Move the microswitches to the top of the keyboard like how it is
physically

Format change to make things pretty

* Fix keymap to match the new layouts

* stopping point at new info.json file

* Update readme

* Finish up QMK Configurator fixes for info.json
6bd2b8de — Drashna Jaelre 7 years ago
Add Teensy ++ 2.0 bootloader support
0373c4dc — Pim Ostendorf 7 years ago
small update to default keymap (#2902)

* changed behaviour of the spacebars in game mode to better support games
ff758496 — MechMerlin 7 years ago
QMK Configurator Support for bananasplit (#2882)

* Change KEYMAP to LAYOUT refactor

* Add info.json for QMK Configurator Support

* Change LAYOUT_ansi to LAYOUT_60_ansi

* removed talljoe's placeholder keymaps

* change LAYOUT to LAYOUT_base
922d9b77 — Hannes Egler 7 years ago
more fixes for configurator (#2920)

9d15f484 — noroadsleft 7 years ago
Configurator updates for Atreus62 (#2913)

* c10r: Atreus62

* Removed bootloader flag from info.json
e7d4bc52 — Jack Humbert 7 years ago
enable eeprom for rgb matrix
c6ea96ab — Jack Humbert 7 years ago
Merge branch 'master' of github.com:qmk/qmk_firmware
63d5c947 — Jack Humbert 7 years ago
updated music mask
466ee764 — skullY 7 years ago
switch to the vue theme and add search
d678724c — Drashna Jaelre 7 years ago
Fix Atom47 Keyboard
14b7602a — Jack Humbert 7 years ago
Adds IS31FL3731 RGB Matrix Implementation (#2910)

* adds is31fl3731 rgb matrix implementation

* fix build script for force pushes

* allow bootloader size to be overwritten

* adds planck light implementation

* split led config into 2 arrays

* idk

* betterize register handling

* update planck implementation

* update planck

* refine rgb interface

* cleanup names, rgb matrix

* start documentation

* finish up docs

* add effects list

* clean-up merge

* add RGB_MATRIX_SKIP_FRAMES

* add support for at90usb1286 to bootloader options
46dca121 — Hannes Egler 7 years ago
kbd75 fixes for the configurator (#2908)

fixed the info.json
1b4ad6b4 — MechMerlin 7 years ago
KBD8X QMK Support (#2915)

* initial commit

* add row/column and pin info

* Add first part of switch matrix

* documentation and additional config items

* map out the non confusing part of the matrix

* map out the top row

* ok I think I got it

* fix some stupid compile errors

* put in a default keymap

* rename LAYOUT to LAYOUT_all

* add a standard layout and info.json file

* Fix up readme for default keymap

* Add toggle key LED functionality

* changes based on review feedback
ccc87421 — skullY 7 years ago
Some more tweaks to make everything look nice
303f425c — skullY 7 years ago
Fix up info boxes.
Next