diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-18 21:43:24 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-18 21:43:24 -0800 |
commit | c4680a6460bcc0a3695f3e9232089374c40fc29c (patch) | |
tree | 90562b67179d94137a486d94fd855a8c1277a048 /keyboards/handwired/qc60/keymaps/default | |
parent | 76afdd097abdbdfd522e9f5654d354e67b5e1218 (diff) |
handwired/qc60: refactor, Configurator update, and readme update (#4878)
* handwired/qc60: refactor and Configurator update
- correct layout macro name (LAYOUT_ANSI_DEFAULT to LAYOUT_ansi_default)
- add layout data for remaining layout macros
- correct ISO layout macros (neither had a split left Shift)
- refactor LAYOUT_iso_alt (place KC_NUHS key on home row; consistent with LAYOUT_iso_default)
- proto.h refactored to use #pragma once include guard
* handwired/qc60: keymap refactor
- delete redundant KC_TRNS and KC_NO aliases
* handwired/qc60: readme update
- update header (made consistent with QMK template)
- update Docs links (Newbs Guide; grammar)
Diffstat (limited to 'keyboards/handwired/qc60/keymaps/default')
-rw-r--r-- | keyboards/handwired/qc60/keymaps/default/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/handwired/qc60/keymaps/default/keymap.c b/keyboards/handwired/qc60/keymaps/default/keymap.c index bafaf5058e..88062d4ed4 100644 --- a/keyboards/handwired/qc60/keymaps/default/keymap.c +++ b/keyboards/handwired/qc60/keymaps/default/keymap.c @@ -24,9 +24,6 @@ extern keymap_config_t keymap_config; // entirely and just use numbers. #define _BASE 0 -#define _______ KC_TRNS -#define XXXXXXX KC_NO - const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_BASE] = LAYOUT_ansi_default( KC_ESC, 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, \ |