]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Alf X1.1 QMK Support (#5189)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Wed, 20 Feb 2019 04:57:15 +0000 (20:57 -0800)
committerDrashna Jaelre <drashna@live.com>
Wed, 20 Feb 2019 04:57:15 +0000 (20:57 -0800)
commit67495ae24a98a2d7965ba5dda9b1d133caf606ca
treea29830c94dde2e13786b672ee58cb9c480cc78ce
parent8ae83b490eb3f8ebc696c9531dff49bdfecd26ed
[Keyboard] Alf X1.1 QMK Support (#5189)

* initial commit

* get rid of vanilla cookie cutter code  and replace with  more correct info

* edit config file for pins and switch matrix size

* turn on bootmagic lite, and backlight/rgb settings

* copy pasta switch matrix from noroads tool

* create an appropriate keymap (copy pasta)

* disable some features to decrease firmware file size

* add qmk configurator support

* add in support for caps lock, scroll lock, and num lock leds
keyboards/alf/x11/config.h [new file with mode: 0644]
keyboards/alf/x11/info.json [new file with mode: 0644]
keyboards/alf/x11/keymaps/default/config.h [new file with mode: 0644]
keyboards/alf/x11/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/alf/x11/keymaps/default/readme.md [new file with mode: 0644]
keyboards/alf/x11/readme.md [new file with mode: 0644]
keyboards/alf/x11/rules.mk [new file with mode: 0644]
keyboards/alf/x11/x11.c [new file with mode: 0644]
keyboards/alf/x11/x11.h [new file with mode: 0644]