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 uzu42 keyboard #6842

Merged
merged 49 commits into from
Oct 16, 2019
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
44e0406
initial commit
nrtkbb Apr 18, 2019
68baa5d
OLEDに表示するロゴをuzuのものに差し替えた
nrtkbb Sep 24, 2019
e2ac9f9
delete undefault keymaps
nrtkbb Sep 24, 2019
6241313
Merge branch 'master' into uzu42
nrtkbb Sep 29, 2019
089217d
delete info.json
nrtkbb Sep 29, 2019
3bb6345
delete pro_micro.h
nrtkbb Sep 29, 2019
7f93c39
remove USE_Link_Time_Optimization check
nrtkbb Sep 29, 2019
662df42
Moved constant defined for each keymap.c to rev1.h
nrtkbb Sep 29, 2019
ca9a4be
update layer_state_reader.c
nrtkbb Sep 29, 2019
9b9e21f
Rename Uzu42 to uzu42
nrtkbb Sep 29, 2019
7b80e30
remove bootloader.h include
nrtkbb Sep 29, 2019
9e8f105
LAYOUT_kc to LAYOUT
nrtkbb Sep 30, 2019
fa2a980
delete keymap level rules.mk
nrtkbb Sep 30, 2019
d3e430f
update readme.md
nrtkbb Sep 30, 2019
b6b18a9
remove persistent_default_layer_set function.
nrtkbb Sep 30, 2019
917edde
Merge branch 'master' into uzu42
nrtkbb Sep 30, 2019
5a9afce
try refactor to use split_common and use OLED driver
nrtkbb Oct 1, 2019
a784921
Revert "try refactor to use split_common and use OLED driver"
nrtkbb Oct 1, 2019
cbd0dad
Update keyboards/uzu42/rev1/config.h
nrtkbb Oct 1, 2019
08cfeeb
Update keyboards/uzu42/rev1/rev1.h
nrtkbb Oct 1, 2019
55a94c5
Update keyboards/uzu42/rev1/rev1.h
nrtkbb Oct 1, 2019
719e775
Update keyboards/uzu42/rules.mk
nrtkbb Oct 1, 2019
e28fc5e
Remove lines already defined in QMK
nrtkbb Oct 1, 2019
6094006
Update keyboards/uzu42/rules.mk
nrtkbb Oct 1, 2019
e35f323
Update keyboards/uzu42/rules.mk
nrtkbb Oct 1, 2019
cc9fd32
Update keyboards/uzu42/rules.mk
nrtkbb Oct 1, 2019
48ed50c
replaced comment block
nrtkbb Oct 1, 2019
8faac0a
Update keyboards/uzu42/config.h
nrtkbb Oct 1, 2019
b76d62d
Revert "Revert "try refactor to use split_common and use OLED driver""
nrtkbb Oct 2, 2019
1548f51
fix setting for RGBLED
nrtkbb Oct 2, 2019
f0358ac
The default of OLED_DRIVER_ENABLE has been changed to no.
nrtkbb Oct 2, 2019
b7fa3b2
Delete unuse block.
nrtkbb Oct 2, 2019
110697a
Remove unnecessary keycode definitions.
nrtkbb Oct 2, 2019
3a02db4
Remove unuse custom keycode.
nrtkbb Oct 2, 2019
ad61e53
Remove not needed code.
nrtkbb Oct 2, 2019
54ef543
Remove not called code.
nrtkbb Oct 2, 2019
e1ff889
Remove code overwritten by the core.
nrtkbb Oct 2, 2019
ab725e0
Remove LAYOUT_kc macro.
nrtkbb Oct 2, 2019
ace3557
Moved the definition of the layer block to keymap.c.
nrtkbb Oct 2, 2019
e5a85e0
Removed unuse variable.
nrtkbb Oct 2, 2019
afd1908
Remove code overwritten by the core too.
nrtkbb Oct 2, 2019
62638b3
incorporate layer changes
nrtkbb Oct 2, 2019
409711d
Moved src rule to keymap from rev1.
nrtkbb Oct 6, 2019
9b48e87
Removed rgb_state_reader.c from lib folder and the code move to the k…
nrtkbb Oct 14, 2019
fec7e7d
Removed layer_state_reader.c from lib folder and the code move to the…
nrtkbb Oct 14, 2019
d1ac13c
Removed logo_reader.c from lib folder and the code move to the keymap.c
nrtkbb Oct 14, 2019
4a2d1b3
Removed keylogger.c from lib folder and the code move to the keymap.c
nrtkbb Oct 14, 2019
a0b75fa
Moved glcdfont_uzu42.c from lib folder to the default keymaps folder.
nrtkbb Oct 14, 2019
2295d6e
Removed unused files.
nrtkbb Oct 14, 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
delete undefault keymaps
  • Loading branch information
nrtkbb committed Sep 24, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e2ac9f981dd702bde4d961ee314e599a396a2d5e
50 changes: 0 additions & 50 deletions keyboards/uzu42/keymaps/drashna/config.h

This file was deleted.

290 changes: 0 additions & 290 deletions keyboards/uzu42/keymaps/drashna/keymap.c

This file was deleted.

33 changes: 0 additions & 33 deletions keyboards/uzu42/keymaps/drashna/rules.mk

This file was deleted.

Loading