Skip to content

Commit

Permalink
[Keyboard] Fixup emptystring/nqg (#18804)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored Oct 25, 2022
1 parent 4f63be4 commit e359413
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 0 additions & 2 deletions keyboards/emptystring/nqg/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW

#define TAPPING_TERM 200
10 changes: 5 additions & 5 deletions keyboards/emptystring/nqg/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2022 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H

#define _BASE 0
Expand All @@ -21,7 +23,7 @@ enum tapdances{
#define KC_CTEN LCTL(KC_ENT)
#define KC_STAB LSFT_T(KC_TAB)
#define KC_WLNG LALT(KC_LSFT)
#define KC_LOCK LGUI(KC_L)
#define WIN_LOCK LGUI(KC_L)
#define KC_ULCK LCTL(LALT(KC_DEL))
#define KC_DSTP LGUI(KC_D)
#define KC_ESLO LT(_LOWER, KC_ESC)
Expand Down Expand Up @@ -54,8 +56,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_N0BS,
_______, _______, _______, _______, _______, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC,
_______, _______, _______, _______, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT,
KC_ALEN, KC_LOCK, KC_BSCT, KC_BSCT, KC_SPC, KC_SPC, _______
),


KC_ALEN, WIN_LOCK, KC_BSCT, KC_BSCT, KC_SPC, KC_SPC, _______
)
};
2 changes: 2 additions & 0 deletions keyboards/emptystring/nqg/nqg.c
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
// Copyright 2022 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#include "nqg.h"
2 changes: 2 additions & 0 deletions keyboards/emptystring/nqg/nqg.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2022 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#include "quantum.h"
Expand Down

0 comments on commit e359413

Please sign in to comment.