add hhkb bluetooth functionality (rn42) (#2693) * add hhkb bluetooth functionality (rn42) pretty much straight from tmk some minor changes to make things work * hhkb jp personal keymap * Revert "hhkb jp personal keymap" This reverts commit 886713d8bb98572f03110f285706a8140a083892.
MxSS Configurator bugfix: removed an extra key that didn't belong (#3362)
Add up/down keys to the code layer for ease of intellisense usage. (#3363)
Correct conditional in mtdjr userspace (#3361)
Fix header references for noxary 268 keyboard (#3359) Brown paper bag.
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
updating broken iris documentation links to match updated website (#3356)
Al1 Configurator compile fix redux (#3357) * move matrix routines to matrix.c * add init user and scan user routines
MxSS refactor and Configurator bugfix (#3355) * Matrix refactor * Configurator bugfix
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
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
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
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
Merge pull request #3354 from drashna/shiny_dox_fix Fix Ergodox EZ issues introduced with ShinyDox merge (#3229)
Turn backlight support on by default for tkc1800 (#3353)
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
Revert to RGB Underglow being enabled, rather than rgb matrix
Re-add RGBW code, so RGB Underglow will compile
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
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