]> git.donarmstrong.com Git - qmk_firmware.git/commit
KC60 SE Support (#3301)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 5 Jul 2018 15:18:21 +0000 (08:18 -0700)
committerDrashna Jaelre <drashna@live.com>
Thu, 5 Jul 2018 15:18:21 +0000 (08:18 -0700)
commit3f3a1cc9f34947e90c7b7854c5ff97ef81d9f9ac
tree77e34d5f7b24a188f47d3fc9249b2de2289503ea
parent8dd85f73b37417d73f6cbdbacde6bc56467d1124
KC60 SE Support (#3301)

* initial support for kc60se extracted from Blake Lewis

* add my name to the list

* remove breathing as the backlight pin is not a PWM one

* use standard LAYOUT macros such as 60_ansi and 60_ansi_split_bs_rshift

* Make the base LAYOUT more sensible and add Configurator support

* add atmel-dfu bootloader
keyboards/kc60se/config.h [new file with mode: 0644]
keyboards/kc60se/info.json [new file with mode: 0644]
keyboards/kc60se/kc60se.c [new file with mode: 0644]
keyboards/kc60se/kc60se.h [new file with mode: 0644]
keyboards/kc60se/keymaps/default/config.h [new file with mode: 0644]
keyboards/kc60se/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/kc60se/keymaps/default/readme.md [new file with mode: 0644]
keyboards/kc60se/readme.md [new file with mode: 0644]
keyboards/kc60se/rules.mk [new file with mode: 0644]