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

Add a new keyboard ADKB96 #5685

Merged
merged 50 commits into from
Apr 26, 2019
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
59a39e7
New Keyboard ADKB96 http://bit-trade-one.co.jp/selfmadekb/adkb96/
kit-bto Apr 19, 2019
7cc3148
New Keyboard ADKB96 http://bit-trade-one.co.jp/selfmadekb/adkb96/
kit-bto Apr 19, 2019
471e013
Update Readme.md
kit-bto Apr 22, 2019
9f293c5
Update Readme.md
kit-bto Apr 23, 2019
d2b0a06
Update Readme.md
kit-bto Apr 23, 2019
4c600cc
Update Readme.md
kit-bto Apr 23, 2019
363b593
Update Readme.md
kit-bto Apr 23, 2019
b313be6
Update Readme.md
kit-bto Apr 23, 2019
58dbd49
Update Readme.md
kit-bto Apr 23, 2019
6d68d05
Rename Readme.md to readme.md
kit-bto Apr 23, 2019
d9a3e2f
Update keyboards/adkb96/adkb96.h
noroadsleft Apr 23, 2019
a3f9aab
Update readme.md
kit-bto Apr 23, 2019
180aa0e
Update readme.md
kit-bto Apr 23, 2019
a5923ac
Update keyboards/adkb96/adkb96.h
noroadsleft Apr 23, 2019
b673080
Update keyboards/adkb96/adkb96.h
noroadsleft Apr 23, 2019
ed10a03
Update keyboards/adkb96/config.h
noroadsleft Apr 23, 2019
6c05110
Update keyboards/adkb96/config.h
noroadsleft Apr 23, 2019
e9eb197
Update keyboards/adkb96/config.h
noroadsleft Apr 23, 2019
3768e9d
Update keymap.c
kit-bto Apr 23, 2019
71915c4
Update keyboards/adkb96/rev1/config.h
noroadsleft Apr 23, 2019
0ef268c
Update keyboards/adkb96/rev1/config.h
noroadsleft Apr 23, 2019
2b3bbb2
Update config.h
kit-bto Apr 23, 2019
5e70787
Update keyboards/adkb96/rev1/config.h
noroadsleft Apr 23, 2019
f43592f
Update keyboards/adkb96/rev1/rev1.h
noroadsleft Apr 23, 2019
abba9d6
Update keyboards/adkb96/rev1/rev1.h
noroadsleft Apr 23, 2019
3439928
Update keyboards/adkb96/rev1/rev1.h
noroadsleft Apr 23, 2019
84a315b
Update rules.mk
kit-bto Apr 23, 2019
d07eabd
Delete rules.mk
kit-bto Apr 23, 2019
bb86e89
Update rules.mk
kit-bto Apr 23, 2019
ec81178
Update keyboards/adkb96/rules.mk
drashna Apr 24, 2019
86c379a
Update keyboards/adkb96/rules.mk
drashna Apr 24, 2019
45f02f5
Update keyboards/adkb96/rev1/config.h
drashna Apr 24, 2019
f1fabf9
Update config.h
kit-bto Apr 24, 2019
c6475cf
Update rules.mk
kit-bto Apr 24, 2019
e100473
Update config.h
kit-bto Apr 24, 2019
8603d03
Delete i2c.c
kit-bto Apr 24, 2019
18835e0
Delete i2c.h
kit-bto Apr 24, 2019
206858d
Delete matrix.c
kit-bto Apr 24, 2019
4bf57f1
Delete serial.c
kit-bto Apr 24, 2019
e0b97f0
Delete serial.h
kit-bto Apr 24, 2019
7930e81
Delete split_util.c
kit-bto Apr 24, 2019
45d2256
Delete split_util.h
kit-bto Apr 24, 2019
70a47dc
Update keymap.c
kit-bto Apr 24, 2019
2b979ab
Update keymap.c
kit-bto Apr 24, 2019
e7de7cd
Update keymap.c
kit-bto Apr 24, 2019
bdd9958
Update keymap.c
kit-bto Apr 24, 2019
098719c
Update rev1.c
kit-bto Apr 24, 2019
6475cc0
Update keyboards/adkb96/rev1/config.h
drashna Apr 25, 2019
b6d0fd5
Update keyboards/adkb96/rules.mk
noroadsleft Apr 25, 2019
6f72d95
Update rev1.h
kit-bto Apr 25, 2019
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 config.h
  • Loading branch information
kit-bto committed Apr 23, 2019
commit 2b3bbb2368ddab8468fad47c66702d7f2f69367c
5 changes: 0 additions & 5 deletions keyboards/adkb96/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE

/* key combination for command */
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)

/* ws2812 RGB LED */
/*
#define RGB_DI_PIN D3
Expand Down