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
Resolve ansi.h diff merge
  • Loading branch information
diegomsong committed May 11, 2020
commit e52b084a80f454a720947a52f3958a37c09f72fd
1 change: 1 addition & 0 deletions keyboards/hhkb/ansi/ansi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
{ K70, K71, K72, K73, K74, K75, K76, KC_NO } \
}

#define LAYOUT_60_hhkb LAYOUT

#endif