Add Prime_L V2 and Prime_EXL Plus (#8111)

* correct indicator light states.

function of indicator lights was inverted. these changes correct that.

* flesh out keymaps pre production

* Enable extrakey in rules

* Prime_BLE initial commit

* Initial commit for Prime_L V2

* Update info.json

correct key spacing.

* update copyright

* Update readme.md

* Inital commit

* updates before PR into QMK master

* Drop Prime_EXL Plus from PR. Make requested changes to Prime_L V2

* Rename keyboards/primekb/Prime_l_v2/config.h to keyboards/primekb/prime_l_v2/config.h

* Rename keyboards/primekb/prime_l_v2/config.h to keyboards/primekb/Prime_l_v2/config.h

* remove directory Prime_l_v2

* re-submit with proper folder name.
This commit is contained in:
holtenc 2020-02-07 22:03:44 -06:00 committed by GitHub
parent 073537d7e4
commit 32005f87fc

View file

@ -92,7 +92,7 @@ void led_set_user(uint8_t usb_led) {
//function for layer indicator LED //function for layer indicator LED
uint32_t layer_state_set_user(uint32_t state) uint32_t layer_state_set_user(uint32_t state)
{ {
if (biton32(state) == 2) { if (biton32(state) == 1) {
writePinHigh(C6); writePinHigh(C6);
} else { } else {
writePinLow(C6); writePinLow(C6);