aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/prime_exl
diff options
context:
space:
mode:
authorholtenc <holtenc@primekb.com>2020-02-07 22:03:44 -0600
committerGitHub <noreply@github.com>2020-02-08 15:03:44 +1100
commit8fe29f2784b1c14a75694a908b8a5116d9517b97 (patch)
tree8beb8d1bb70fecb489d050b3e1ad7a23e6f6435c /keyboards/handwired/prime_exl
parentdd6f92541d0a860c23d0f465cb45631c5097a2d1 (diff)
downloadfirmware-8fe29f2784b1c14a75694a908b8a5116d9517b97.tar.gz
firmware-8fe29f2784b1c14a75694a908b8a5116d9517b97.tar.bz2
firmware-8fe29f2784b1c14a75694a908b8a5116d9517b97.zip
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.
Diffstat (limited to 'keyboards/handwired/prime_exl')
-rw-r--r--keyboards/handwired/prime_exl/keymaps/via/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/prime_exl/keymaps/via/keymap.c b/keyboards/handwired/prime_exl/keymaps/via/keymap.c
index c01c247c8..1b62d25ba 100644
--- a/keyboards/handwired/prime_exl/keymaps/via/keymap.c
+++ b/keyboards/handwired/prime_exl/keymaps/via/keymap.c
@@ -92,7 +92,7 @@ void led_set_user(uint8_t usb_led) {
//function for layer indicator LED
uint32_t layer_state_set_user(uint32_t state)
{
- if (biton32(state) == 2) {
+ if (biton32(state) == 1) {
writePinHigh(C6);
} else {
writePinLow(C6);