소스 검색

Merge pull request #278 from uxp/keycode_syntax_fix

Remove an errant comma trailing the KC_ERAS macro alias
tags/v2.9
tmk 8 년 전
부모
커밋
33714e5582
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      tmk_core/common/keycode.h

+ 1
- 1
tmk_core/common/keycode.h 파일 보기

@@ -85,7 +85,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KC_LCAP KC_LOCKING_CAPS
#define KC_LNUM KC_LOCKING_NUM
#define KC_LSCR KC_LOCKING_SCROLL
#define KC_ERAS KC_ALT_ERASE,
#define KC_ERAS KC_ALT_ERASE
#define KC_CLR KC_CLEAR
/* Japanese specific */
#define KC_ZKHK KC_GRAVE

Loading…
취소
저장