]> git.donarmstrong.com Git - qmk_firmware.git/commit
Added Skog TKL support (#4727)
authorJumail Mundekkat <mundekkat@hotmail.com>
Thu, 27 Dec 2018 16:40:33 +0000 (03:40 +1100)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 27 Dec 2018 16:40:33 +0000 (08:40 -0800)
commit3744a2b641628c8e1646ce743c07934314357c51
tree1a66255311edbb222948117242d8ec177c90af2f
parentcfba2165413796da0e657675c67e40a8683e6107
Added Skog TKL support (#4727)

* Added Skog TKL support

* Updated manufacturer/product name
14 files changed:
keyboards/skog/README.md [new file with mode: 0644]
keyboards/skog/backlight.c [new file with mode: 0644]
keyboards/skog/backlight_custom.h [new file with mode: 0644]
keyboards/skog/breathing_custom.h [new file with mode: 0644]
keyboards/skog/config.h [new file with mode: 0644]
keyboards/skog/i2c.c [new file with mode: 0644]
keyboards/skog/i2c.h [new file with mode: 0644]
keyboards/skog/info.json [new file with mode: 0644]
keyboards/skog/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/skog/matrix.c [new file with mode: 0644]
keyboards/skog/rules.mk [new file with mode: 0644]
keyboards/skog/skog.c [new file with mode: 0644]
keyboards/skog/skog.h [new file with mode: 0644]
keyboards/skog/usbconfig.h [new file with mode: 0644]