]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: KBD6x Support (#3560)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 6 Aug 2018 15:20:19 +0000 (08:20 -0700)
committerDrashna Jaelre <drashna@live.com>
Mon, 6 Aug 2018 15:20:19 +0000 (08:20 -0700)
commit0c4e0a20974c891b674899d7025a0bc1026a585c
tree7560e5901a3543c271733486d47f2ba0c810ebd2
parentf6ec2ce2015203f99622b405f88e0b82ec080b65
Keyboard: KBD6x Support (#3560)

* 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
keyboards/kbd6x/config.h [new file with mode: 0644]
keyboards/kbd6x/info.json [new file with mode: 0644]
keyboards/kbd6x/kbd6x.c [new file with mode: 0644]
keyboards/kbd6x/kbd6x.h [new file with mode: 0644]
keyboards/kbd6x/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/kbd6x/keymaps/default/readme.md [new file with mode: 0644]
keyboards/kbd6x/readme.md [new file with mode: 0644]
keyboards/kbd6x/rules.mk [new file with mode: 0644]