aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/quantrik
Commit message (Collapse)AuthorAgeFilesLines
* Trim firmware sizes from default rules.mk, part 3 (#8045)ridingqwerty2020-01-301-6/+6
|
* [Keyboard] add VIA support to Kyuu (#7804)Perry Huynh2020-01-075-36/+84
| | | | | | | | | | * add VIA support to Kyuu * update keymap file to follow indenting guidelines * add missing newline to rules.mk * remove unnecessary backslashes and reindent default keymap
* Cleanup rules.mk for 32U4 keyboards, N-Q (#7147)fauxpark2019-10-251-49/+2
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-161-1/+0
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-1/+1
|
* fix offset in matrix (#5600)MechMerlin2019-04-101-8/+7
|
* [Keyboard] Quantrik Kyuu 65% Board (#5541)MechMerlin2019-04-039-0/+600
* initial commit * get rid of some of the vanilla cookie cutter code * Put in the matrix size and the pins * add LAYOUT macro and a suitable keymap * Add QMK Configurator support * set bootmagic to lite * put a RESET key into the default keymap * edit kyuu readme file for description and quantrik.com link * Update keyboards/quantrik/kyuu/config.h Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * fix captilization of keyboard name * fix keymap wrapping issue and add MO key * preserve RESET key location * use one of the macros