~ruther/qmk_firmware

a345458f — noroadsleft 7 years ago
MxSS Configurator bugfix: removed an extra key that didn't belong (#3362)

aaa311dd — Fred Silberberg 7 years ago
Add up/down keys to the code layer for ease of intellisense usage. (#3363)

8ee97f7c — mtdjr 7 years ago
Correct conditional in mtdjr userspace (#3361)

11f84144 — Yan-Fa Li 7 years ago
Fix header references for noxary 268 keyboard (#3359)

Brown paper bag.
6ef3359a — Yan-Fa Li 7 years ago
Configurator Noxary 268: match dir name

To find the LAYOUT/KEYMAP the configurator backend needs the file names
to match the directory by convention. Thanks @skullydazed
ddaa4c21 — Wayne Chen 7 years ago
updating broken iris documentation links to match updated website (#3356)

0fcaa3b5 — MechMerlin 7 years ago
Al1 Configurator compile fix redux (#3357)

* move matrix routines to matrix.c

* add init user and scan user routines
5b7ac47b — noroadsleft 7 years ago
MxSS refactor and Configurator bugfix (#3355)

* Matrix refactor

* Configurator bugfix
65f1b08b — Yan-Fa Li 7 years ago
Initial Commit of Noxary 268 firmware by Rozakiin (#3351)

* Initial Commit of Noxary 268 firmware by Rozakiin

 - initial import of files from Rozakiin's repo

* Update build instructions

* Add info.json for configurator
5ef50256 — MechMerlin 7 years ago
AL1 Unable to Compile on Configurator (#3339)

* use QMK_KEYBOARD_H

* init_kb and scan_kb need to be in matrix.c to make use of the matrix.h include

* Make the routines weak as suggested by Drashna
56b5e9f2 — satt99 7 years ago
Add Comet46 keyboard (#3342)

* Initial commit for Comet46 firmware

* Update Comet46 README

* Add readme to satt keymap of comet46

* Add default keymap for Comet46

* Fix broken link in readme

* Delete redundant includes

* Modify default keymap & fix LAYOUT macro

* Modify satt keymap of Comet46
dab0b35d — Josh Hinnebusch 7 years ago
Add h87a keyboard (#3329)

* Add H87a keymap and info

* Create readme.md

* Add h87a .json for kbfirmware.com use

* Update readme.md

* Update readme.md

* Update h87a files

* Delete Makefile

* Update readme.md

* Delete desktop.ini

* update files to match new QMK framework

* Update files to match new QMK structure

* Update files to match new QMK structure

* add layout name information

* Add info.json

* update keymap to support layout_all

* update keymap to support layout_all

* update rules.mk to fix filesize

* Update readme.md

* Update config.h

* Update readme.md

* Update config.h

* Update config.h

Add "define CONFIG_H and include "config_common.h" back to file
4a6d668f — Erez Zukerman 7 years ago
Merge pull request #3354 from drashna/shiny_dox_fix

Fix Ergodox EZ issues introduced with ShinyDox merge (#3229)
c6042a26 — TerryMathews 7 years ago
Turn backlight support on by default for tkc1800 (#3353)

52857e51 — MxBlu 7 years ago
Fixed MxSS ISO layouts in QMK configuator (hopefully) (#3352)

* Attempted fix for ISO layouts for QMK configurator

* Updated MxSS ISO layouts to remove an unnecessary key
4081288d — Drashna Jaelre 7 years ago
Revert to RGB Underglow being enabled, rather than rgb matrix
67adb30e — Drashna Jaelre 7 years ago
Re-add RGBW code, so RGB Underglow will compile
0b9b2a63 — epaew 7 years ago
Add edvorakjp keymap for the Helix (rev2) keyboard (#3340)

* add readme.md

* add extern declaration of edvorakjp_config to edvorakjp.h

* add oled.c

* add layout definitions

* add keymap.c

* add rules.mk

* fix rgblight issue: rgblight_setrgb() ignore RGBLIGHT_LIMIT_VAL
f28f5696 — MxBlu 7 years ago
Fixed issues with MxSS RGB functionality (#3341)

* Added basic MxSS support

* Fixed split RSHFT for ISO layouts

* Updated readme.md for MxSS

* Added initial support for individual control of front RGB LEDs

* Changed RGBLED color selection to work using hue and saturation rather than RGB
Added code for LED state change on layer change

* Avoid needing an entire 8 bits to store the brightness value

* Added custom keycodes, along with their handlers

* Added EEPROM storage for front LED config

* Fixed up ability to use QMK Configurator and updated readme.md

* Applied suggested changes from pull request: https://github.com/standard/standard/issues/452

Updated name in license descriptions
Updated layouts to snake case
Corrected mistakes in info.json
Updated layer_colors to a weak attributed array in mxss.c

* Defined a new safe range for custom keycodes in keymap.c

* Fixed up issues with front LED

Fixed LEDs not always updating in indicator mode
Added support for the other RGBLIGHT modes in RGB mode

* Attempted fix for ISO layouts for QMK configurator
ebe4c3db — epaew 7 years ago
Helix: Move definition of LAYOUT_kc to each revision. (#3333)

Next