~ruther/qmk_firmware

f1b5659ba8227624a3f31fc551212cb64d8c763f — wangfuco 2 years ago ad817a7
fix pegasushoof caps light, add via keymap (#19649)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Fucong Wang <wangfuco@Fucongs-Mac-mini.local>
D keyboards/bpiphany/pegasushoof/2013/2013.c => keyboards/bpiphany/pegasushoof/2013/2013.c +0 -25
@@ 1,25 0,0 @@
/*
Copyright 2016 Daniel Svensson <dsvensson@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#include "2013.h"


extern inline void ph_caps_led_on(void);
extern inline void ph_caps_led_off(void);

extern inline void ph_sclk_led_on(void);
extern inline void ph_sclk_led_off(void);

M keyboards/bpiphany/pegasushoof/2013/2013.h => keyboards/bpiphany/pegasushoof/2013/2013.h +0 -6
@@ 73,9 73,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        /* 6 */  { KC_NO, KC_NO, KC6,   KC_NO, KC_NO, KF6,   KG6,   KC_NO, KI6,   KJ6,   KK6,   KL6,   KC_NO, KN6,   KO6,   KC_NO, KQ6,   KC_NO },\
        /* 7 */  { KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KF7,   KG7,   KH7,   KI7,   KJ7,   KK7,   KL7,   KK7,   KL7,   KO7,   KP7,   KC_NO, KC_NO } \
}

inline void ph_caps_led_on(void)  { DDRC |=  (1<<6); PORTC &= ~(1<<6); }
inline void ph_caps_led_off(void) { DDRC &= ~(1<<6); PORTC &= ~(1<<6); }

inline void ph_sclk_led_on(void)  { DDRC |=  (1<<5); PORTC &= ~(1<<5); }
inline void ph_sclk_led_off(void) { DDRC &= ~(1<<5); PORTC &= ~(1<<5); }

M keyboards/bpiphany/pegasushoof/2013/config.h => keyboards/bpiphany/pegasushoof/2013/config.h +1 -5
@@ 21,8 21,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 8
#define MATRIX_COLS 18

/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
#define DYNAMIC_KEYMAP_LAYER_COUNT 3  // not enough memory for a 4th layer with VIA

M keyboards/bpiphany/pegasushoof/2013/info.json => keyboards/bpiphany/pegasushoof/2013/info.json +7 -0
@@ 1,5 1,12 @@
{
    "keyboard_name": "Majestouch TKL \\\\w The Pegasus Hoof 2013",
    "diode_direction": "COL2ROW",
    "debounce": 5,
    "indicators": {
        "caps_lock" : "C6",
        "scroll_lock": "C5",
        "on_state": 0
    },
    "community_layouts": ["tkl_ansi"],
    "layouts": {
        "LAYOUT": {

D keyboards/bpiphany/pegasushoof/2015/2015.c => keyboards/bpiphany/pegasushoof/2015/2015.c +0 -25
@@ 1,25 0,0 @@
/*
Copyright 2016 Daniel Svensson <dsvensson@gmail.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#include "2015.h"


extern inline void ph_caps_led_on(void);
extern inline void ph_caps_led_off(void);

extern inline void ph_sclk_led_on(void);
extern inline void ph_sclk_led_off(void);

M keyboards/bpiphany/pegasushoof/2015/2015.h => keyboards/bpiphany/pegasushoof/2015/2015.h +0 -7
@@ 93,10 93,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        /* 6 */  { ___ , KB6 , KC6 , ___ , KE6 , KF6 , KG6 , KH6 , ___ , KJ6 , KK6 , ___ , ___ , ___ , KO6 , ___ , ___ , KR6 }, \
        /* 7 */  { KA7 , KB7 , KC7 , KD7 , KE7 , KF7 , KG7 , KH7 , KI7 , KJ7 , ___ , ___ , ___ , ___ , KO7 , ___ , KQ7 , KR7 }  \
}

inline void ph_caps_led_on(void)  { DDRC |=  (1<<6); PORTC &= ~(1<<6); }
inline void ph_caps_led_off(void) { DDRC &= ~(1<<6); PORTC &= ~(1<<6); }

inline void ph_sclk_led_on(void)  { DDRC |=  (1<<5); PORTC &= ~(1<<5); }
inline void ph_sclk_led_off(void) { DDRC &= ~(1<<5); PORTC &= ~(1<<5); }


M keyboards/bpiphany/pegasushoof/2015/config.h => keyboards/bpiphany/pegasushoof/2015/config.h +1 -6
@@ 21,9 21,4 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 8
#define MATRIX_COLS 18

/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

#define DYNAMIC_KEYMAP_LAYER_COUNT 3  // not enough memory for a 4th layer with VIA

M keyboards/bpiphany/pegasushoof/2015/info.json => keyboards/bpiphany/pegasushoof/2015/info.json +7 -0
@@ 1,5 1,12 @@
{
    "keyboard_name": "Majestouch TKL \\\\w The Pegasus Hoof 2015",
    "diode_direction": "COL2ROW",
    "debounce": 5,
    "indicators": {
        "caps_lock" : "C6",
        "scroll_lock": "C5",
        "on_state": 0
    },
    "community_layouts": ["tkl_ansi"],
    "layouts": {
        "LAYOUT": {

M keyboards/bpiphany/pegasushoof/info.json => keyboards/bpiphany/pegasushoof/info.json +1 -1
@@ 3,7 3,7 @@
  "url": "",
  "maintainer": "qmk",
  "usb": {
    "vid": "0xFEED",
    "vid": "0x4245",
    "pid": "0x6050",
    "device_version": "1.0.4"
  }

M keyboards/bpiphany/pegasushoof/keymaps/blowrak/keymap.c => keyboards/bpiphany/pegasushoof/keymaps/blowrak/keymap.c +4 -4
@@ 80,12 80,12 @@ void matrix_scan_user(void)
	uint8_t layer = get_highest_layer(layer_state);
	switch (layer) {
		case KM_BLOWRAK:
			ph_caps_led_on();
			ph_sclk_led_off();
			writePin(LED_CAPS_LOCK_PIN, LED_PIN_ON_STATE);
			writePin(LED_SCROLL_LOCK_PIN, !LED_PIN_ON_STATE);
			break;
		case KM_QWERTY:
			ph_sclk_led_on();
			ph_caps_led_off();
			writePin(LED_CAPS_LOCK_PIN, !LED_PIN_ON_STATE);
			writePin(LED_SCROLL_LOCK_PIN, LED_PIN_ON_STATE);
			break;
	}
}

M keyboards/bpiphany/pegasushoof/keymaps/citadel/keymap.c => keyboards/bpiphany/pegasushoof/keymaps/citadel/keymap.c +0 -14
@@ 116,17 116,3 @@ tap_dance_action_t tap_dance_actions[] = {
  /* Tap once: nothing. Tap twice: Alt+F4 */
  [AF4]  = ACTION_TAP_DANCE_DOUBLE(XXXXXXX,A(F4)),
};

void led_set_user(uint8_t usb_led) {
  if (usb_led & (1 << USB_LED_CAPS_LOCK)) {
    ph_caps_led_on();
  } else {
    ph_caps_led_off();
  }

  if (usb_led & (1 << USB_LED_SCROLL_LOCK)) {
    ph_sclk_led_on();
    } else {
    ph_sclk_led_off();
  }
}

M keyboards/bpiphany/pegasushoof/keymaps/default/keymap.c => keyboards/bpiphany/pegasushoof/keymaps/default/keymap.c +1 -15
@@ 39,18 39,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,             KC_MPLY,
    _______, _______, _______,                            _______,                            _______, _______, QK_BOOT,   _______,    KC_MPRV, KC_MSTP, KC_MNXT
  )
};

void led_set_user(uint8_t usb_led) {
  if (usb_led & (1 << USB_LED_CAPS_LOCK)) {
    ph_caps_led_on();
  } else {
    ph_caps_led_off();
  }

  if (usb_led & (1 << USB_LED_SCROLL_LOCK)) {
    ph_sclk_led_on();
  } else {
    ph_sclk_led_off();
  }
}
};
\ No newline at end of file

D keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk => keyboards/bpiphany/pegasushoof/keymaps/default/rules.mk +0 -10
@@ 1,10 0,0 @@
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes       # Mouse keys
EXTRAKEY_ENABLE = yes       # Audio control and System control
CONSOLE_ENABLE = yes        # Console for debug
COMMAND_ENABLE = yes        # Commands for debug and configuration
CUSTOM_MATRIX = yes         # Custom matrix file for the Pegasus Hoof due to the 2x74HC42
NKRO_ENABLE = no
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
AUDIO_ENABLE = no           # Audio output
RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.

M keyboards/bpiphany/pegasushoof/keymaps/default_jis/keymap.c => keyboards/bpiphany/pegasushoof/keymaps/default_jis/keymap.c +1 -15
@@ 37,18 37,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] =
                               _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,
                               _______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,_______,                           KC_MPLY,
                               _______,_______,_______,_______,        _______,                _______,_______,_______,_______,QK_BOOT  ,                   KC_MPRV,KC_MSTP,KC_MNXT)
  };

void led_set_user(uint8_t usb_led) {
  if (usb_led & (1 << USB_LED_CAPS_LOCK)) {
    ph_caps_led_on();
  } else {
    ph_caps_led_off();
  }

  if (usb_led & (1 << USB_LED_SCROLL_LOCK)) {
    ph_sclk_led_on();
  } else {
    ph_sclk_led_off();
  }
}
  };
\ No newline at end of file

D keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk => keyboards/bpiphany/pegasushoof/keymaps/default_jis/rules.mk +0 -10
@@ 1,10 0,0 @@
BOOTMAGIC_ENABLE = yes      # Enable Bootmagic Lite
MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
CONSOLE_ENABLE = yes        # Console for debug(+400)
COMMAND_ENABLE = yes        # Commands for debug and configuration
CUSTOM_MATRIX = yes         # Custom matrix file for the Pegasus Hoof due to the 2x74HC42
NKRO_ENABLE = no
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
AUDIO_ENABLE = no           # Audio output
RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.

A keyboards/bpiphany/pegasushoof/keymaps/via/keymap.c => keyboards/bpiphany/pegasushoof/keymaps/via/keymap.c +57 -0
@@ 0,0 1,57 @@
/*!
 * Copyright 2016 Daniel Svensson <dsvensson@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#include QMK_KEYBOARD_H

enum {
    LAYER_1 = 0,
    LAYER_2,
    LAYER_3
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
    /* Layer 0: Standard ISO layer */
    [LAYER_1] = LAYOUT(
        KC_ESC,           KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F11,  KC_F12,     KC_PSCR, KC_SCRL, KC_PAUS,
        KC_GRV,  KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS, KC_EQL,  KC_BSPC,    KC_INS,  KC_HOME, KC_PGUP,
        KC_TAB,  KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_LBRC, KC_RBRC, KC_BSLS,    KC_DEL,  KC_END,  KC_PGDN,
        KC_CAPS, KC_A,    KC_S,    KC_D,    KC_F,    KC_G,    KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,          KC_ENT,
        KC_LSFT, KC_NUBS, KC_Z,    KC_X,    KC_C,    KC_V,    KC_B,    KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH,          KC_RSFT,             KC_UP,
        KC_LCTL, KC_LGUI, KC_LALT,                            KC_SPC,                             KC_RALT, KC_RGUI, MO(1),   KC_RCTL,    KC_LEFT, KC_DOWN, KC_RGHT
    ),

    /* Layer 1: Function layer */
    [LAYER_2] = LAYOUT(
        _______,          KC_BRID, KC_BRIU, KC_F16,  KC_F17,  KC_F18,  KC_F19,  KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, KC_VOLD, KC_VOLU,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_ERAS,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_EJCT,    _______, _______, _______,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          KC_PENT,
        _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,          _______,             _______,
        _______, _______, _______,                            _______,                            _______, MO(2),   _______, _______,    _______, _______, _______
    ),

    /* Layer 2: Additional layer */
    [LAYER_3] = LAYOUT(
        QK_BOOT,          XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,    XXXXXXX, XXXXXXX, XXXXXXX,
        XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,    XXXXXXX, XXXXXXX, XXXXXXX,
        XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,    XXXXXXX, XXXXXXX, XXXXXXX,
        XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,          DB_TOGG,
        XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,          XXXXXXX,             XXXXXXX,
        XXXXXXX, XXXXXXX, XXXXXXX,                            XXXXXXX,                            XXXXXXX, _______, _______, XXXXXXX,    XXXXXXX, XXXXXXX, XXXXXXX
    ),

};
\ No newline at end of file

A keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk => keyboards/bpiphany/pegasushoof/keymaps/via/rules.mk +5 -0
@@ 0,0 1,5 @@
MOUSEKEY_ENABLE = no
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
VIA_ENABLE = yes
LTO_ENABLE = yes