summaryrefslogtreecommitdiffstats
path: root/keyboards/kbd6x
AgeCommit message (Collapse)AuthorFilesLines
2018-12-11Reduce compile size of KBD6x (#4599)Drashna Jaelre2-4/+3
Disable some functionality so that it will compile under size in the QMK Configurator
2018-12-10Keyboard: Added RGB toggle and cycle to default KDB6x mapping. (#4592)Michael1-1/+1
* Added RGB toggle and cycle to default mapping. This is present on layouts on 'http://qmkeyboard.cn/' but not here. * Added addition keycodes for hue/sat/val.
2018-10-15Keymap: added default layout to the kbd6x for the tofu hhkb (#4132)Chris5-19/+103
* added layouts * fixed * might aswell fix the default layout aswell
2018-09-04Keyboard: formatting changes for readme and enable bootmagic (#3851)MechMerlin2-2/+3
2018-08-10Keyboard: Disable mouse keys for kbd6x (#3603)MechMerlin1-1/+1
2018-08-06Keyboard: KBD6x Support (#3560)MechMerlin8-0/+472
* initial commit * get the matrix correct * make my name be known * add rgblight enable * add a default keymap * Add QMK Configurator support for the base layout * add name here too * fix up readme * remove set user from keymap * use led_set_kb as per drashna's comments on PR