Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
thirteen37 committed Aug 16, 2020
1 parent 2bd1faf commit 7d4deb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions keyboards/hhkb_lite_2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/* USB Device descriptor parameter */
#define VENDOR_ID 0x88B2
#define PRODUCT_ID 0x88b2
#define PRODUCT_ID 0x88B2
#define DEVICE_VER 0x0002
#define MANUFACTURER PFU
#define PRODUCT HHKB Lite 2
Expand All @@ -27,4 +27,4 @@

/* Bootmagic keys are non-standard because of matrix */
#define BOOTMAGIC_LITE_ROW 5
#define BOOTMAGIC_LITE_COL 9
#define BOOTMAGIC_LITE_COLUMN 9
2 changes: 2 additions & 0 deletions keyboards/hhkb_lite_2/keymaps/via/config.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#pragma once

#define DYNAMIC_KEYMAP_LAYER_COUNT 3
2 changes: 1 addition & 1 deletion keyboards/hhkb_lite_2/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { \
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT(
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_BSLS, KC_GRV,
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_BSPC,
Expand Down

0 comments on commit 7d4deb2

Please sign in to comment.