~ruther/qmk_firmware

e3299db9 — noroadsleft 7 years ago
Minidox refactor and Configurator support (#3373)

* Matrix refactor

* Keymap refactor: #include QMK_KEYBOARD_H

* Configurator support
168d180a — Danny 7 years ago
Add macro to play All Star chorus and print lyrics, fixes issues #3345, #3346, #3347, #3348, #3349, #3350 (#3372)

7ebed894 — Guido Bartolucci 7 years ago
Converted guidoism layout to new keyboard-agnostic form (#3367)

* Initial commit of guidoism

* created movement layer

* movement layer works!

* removed unnecessary layers

* moved enter key up and recreated caps lock

* cleaned up

* num pad

* checkpoint

* checkpoint

* checkpoint

* Added num pad

* changed max power draw so i can use this on ipad

* move around quotes

* added tri layer for a homed numpad

* moved layout to new style

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* added keys to unicode conversion

* removed adjust layer since its not used anymore
9ce73745 — noroadsleft 7 years ago
Refactor, Configurator update, and Readme cleanup for Chimera Ergo (#3083)

* Refactor for Chimera Ergo

* Readme cleanup

* Configurator update
2ddabda5 — MechMerlin 7 years ago
Fix h87a info.json (#3371)

df8b8c50 — noroadsleft 7 years ago
LFK78 Refactor and Configurator support (#3369)

* LFK78: matrix and keymap refactor

* Removed lfkeyboards.c and lfkeyboard.h

* LFK78: Configurator support

* LFK78: Readme cleanup
a552416a — QMK Bot 7 years ago
convert to unix line-endings [skip ci]
b335a225 — noroadsleft 7 years ago
S65-X refactor and Configurator support (#3306)

* Matrix refactor: add S65-Plus matrices

* Fix description identifier

* Readme cleanup

* Configurator support

* Add s65plus default keymap
48913153 — Fred Silberberg 7 years ago
Replace gitter links with Discord. (#3368)

5477bf39 — Enochen 7 years ago
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.
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
Next