Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split HHKB to ANSI and JP layouts and Add VIA support for each #8582

Merged
merged 32 commits into from
May 11, 2020
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2714311
VIA Support created for HHKB Hasu Controller config.h keymap.c rules.mk
diegomsong Mar 24, 2020
8aa1f21
Add VIA support for HHKB JP with Hasu controller - define distinct PR…
diegomsong Mar 26, 2020
5dd0264
Split HHKB into ANSI and JP. Tested VIA for ANSI and JP. Hex compilat…
diegomsong Mar 27, 2020
bda175a
Keeping branch up to date with master
diegomsong Apr 14, 2020
43c115d
Resolve jp.h erroneous diff from git merge from master
diegomsong Apr 14, 2020
6da25b7
Resolve ansi.h diff merge
diegomsong Apr 14, 2020
e1323f9
Define rules.mk for dynamic macro to rid of warning for ansi/keymaps/…
diegomsong Apr 14, 2020
b97dcd9
Moved rn42 directory up, got rid of #define HHKB_JP lines
diegomsong May 5, 2020
c667f6f
Update keyboards/hhkb/jp/readme.md
diegomsong May 5, 2020
e81a82f
Update keyboards/hhkb/jp/keymaps/via/keymap.c
diegomsong May 5, 2020
0325781
Replace with #pragma once and remove ending #endif
diegomsong May 5, 2020
064d137
Merge branch 'feature/hhkb_via' of https://github.com/diegomsong/qmk_…
diegomsong May 5, 2020
8fc0bec
Remove old style guards #define... for #pragma once
diegomsong May 6, 2020
b78e7d3
Update keyboards/hhkb/jp/keymaps/via/rules.mk
diegomsong May 11, 2020
e4e678d
Update keyboards/hhkb/ansi/rules.mk
diegomsong May 11, 2020
05791b1
Update keyboards/hhkb/jp/rules.mk
diegomsong May 11, 2020
4558b74
Updated hhkb/ansi/readme.md compiling instructions
diegomsong May 11, 2020
da63221
VIA Support created for HHKB Hasu Controller config.h keymap.c rules.mk
diegomsong Mar 24, 2020
2c54f77
Add VIA support for HHKB JP with Hasu controller - define distinct PR…
diegomsong Mar 26, 2020
8caa3ee
Split HHKB into ANSI and JP. Tested VIA for ANSI and JP. Hex compilat…
diegomsong Mar 27, 2020
e52b084
Resolve ansi.h diff merge
diegomsong Apr 14, 2020
9e7d638
Define rules.mk for dynamic macro to rid of warning for ansi/keymaps/…
diegomsong Apr 14, 2020
34bd68b
Moved rn42 directory up, got rid of #define HHKB_JP lines
diegomsong May 5, 2020
c796f64
Replace with #pragma once and remove ending #endif
diegomsong May 5, 2020
85ae5f1
Update keyboards/hhkb/jp/readme.md
diegomsong May 5, 2020
5d11676
Update keyboards/hhkb/jp/keymaps/via/keymap.c
diegomsong May 5, 2020
0f099bb
Remove old style guards #define... for #pragma once
diegomsong May 6, 2020
d797908
Update keyboards/hhkb/jp/keymaps/via/rules.mk
diegomsong May 11, 2020
c6a037c
Update keyboards/hhkb/ansi/rules.mk
diegomsong May 11, 2020
bf14a8a
Update keyboards/hhkb/jp/rules.mk
diegomsong May 11, 2020
a13e6c4
Updated hhkb/ansi/readme.md compiling instructions
diegomsong May 11, 2020
86400eb
Merge branch 'feature/hhkb_via' of https://github.com/diegomsong/qmk_…
diegomsong May 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update keyboards/hhkb/jp/rules.mk
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
  • Loading branch information
diegomsong and noroadsleft authored May 11, 2020
commit 05791b1a946336516f4dae681ffa1096c35d3d19
2 changes: 1 addition & 1 deletion keyboards/hhkb/jp/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ OPT_DEFS += -DHHKB_RN42_ENABLE
# HHKB Alt controller.
RN42_DIR = ../rn42

SRC += ../serial_uart.c \
SRC += serial_uart.c \
../rn42/suart.S \
../rn42/rn42.c \
../rn42/rn42_task.c \
Expand Down