]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add Prime_EXL prototype to 'handwired' (#3932)
authorholtenc <holtenc@gmail.com>
Wed, 19 Sep 2018 23:20:36 +0000 (18:20 -0500)
committerDrashna Jaelre <drashna@live.com>
Wed, 19 Sep 2018 23:20:36 +0000 (16:20 -0700)
commit2bdeccd7baab67df2d0c04c1c8167277f7217d3e
treec25b2cca1a7da0b85509b3ea95c0b9fe9930178f
parent334e2629df4adb44b0ac0dff3363a6daebc072e7
Keyboard: Add Prime_EXL prototype to 'handwired' (#3932)

* initial commit

* Update readme.md

* Update keymap.c

added comment for description of function to control LED as layer indicator

* corrected formatting as requested.

* format for configurator

* corrected info.json to propertly reflect layout in Configurator

* updated layouts to reflect physical keyboard
keyboards/handwired/prime_exl/config.h [new file with mode: 0644]
keyboards/handwired/prime_exl/info.json [new file with mode: 0644]
keyboards/handwired/prime_exl/keymaps/default/config.h [new file with mode: 0644]
keyboards/handwired/prime_exl/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/handwired/prime_exl/keymaps/default/readme.md [new file with mode: 0644]
keyboards/handwired/prime_exl/prime_exl.c [new file with mode: 0644]
keyboards/handwired/prime_exl/prime_exl.h [new file with mode: 0644]
keyboards/handwired/prime_exl/readme.md [new file with mode: 0644]
keyboards/handwired/prime_exl/rules.mk [new file with mode: 0644]