]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Keyboard] Add uzu42 keyboard (#6842)
authornrtkbb <nrtkbb@gmail.com>
Wed, 16 Oct 2019 17:42:06 +0000 (02:42 +0900)
committerDrashna Jaelre <drashna@live.com>
Wed, 16 Oct 2019 17:42:06 +0000 (10:42 -0700)
commit9b07098dbd63fcd7b69eadfa91b5b01724e80e78
tree1c3d7ec58018ec8342beeecbb9d3a6d58646aa11
parentf360c27f9302b1f916985dc32f68657ec22b3b9c
[Keyboard] Add uzu42 keyboard (#6842)

* initial commit

* OLEDに表示するロゴをuzuのものに差し替えた

* delete undefault keymaps

* delete info.json

* delete pro_micro.h

* remove USE_Link_Time_Optimization check

* Moved constant defined for each keymap.c to rev1.h

* update layer_state_reader.c

* Rename Uzu42 to uzu42

* remove bootloader.h include

* LAYOUT_kc to LAYOUT

* delete keymap level rules.mk

* update readme.md

* remove persistent_default_layer_set function.

* try refactor to use split_common and use OLED driver

* Revert "try refactor to use split_common and use OLED driver"

This reverts commit 5a9afceacb450ca9eca8a146b64c24d0e0925dd8.

* Update keyboards/uzu42/rev1/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/uzu42/rev1/rev1.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/uzu42/rev1/rev1.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/uzu42/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove lines already defined in QMK

* Update keyboards/uzu42/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/uzu42/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/uzu42/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* replaced comment block

* Update keyboards/uzu42/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Revert "Revert "try refactor to use split_common and use OLED driver""

This reverts commit a7849216f49a411558d4cfdcfbf3e202defe892a.

* fix setting for RGBLED

* The default of OLED_DRIVER_ENABLE has been changed to no.

* Delete unuse block.

* Remove unnecessary keycode definitions.

* Remove unuse custom keycode.

* Remove not needed code.

* Remove not called code.

* Remove code overwritten by the core.

* Remove LAYOUT_kc macro.

* Moved the definition of the layer block to keymap.c.

* Removed unuse variable.

* Remove code overwritten by the core too.

* incorporate layer changes

* Moved src rule to keymap from rev1.

* Removed rgb_state_reader.c from lib folder and the code move to the keymap.c

* Removed layer_state_reader.c from lib folder and the code move to the keymap.c

* Removed logo_reader.c from lib folder and the code move to the keymap.c

* Removed keylogger.c from lib folder and the code move to the keymap.c

* Moved glcdfont_uzu42.c from lib folder to the default keymaps folder.

* Removed unused files.
14 files changed:
keyboards/uzu42/config.h [new file with mode: 0644]
keyboards/uzu42/keymaps/default/config.h [new file with mode: 0644]
keyboards/uzu42/keymaps/default/glcdfont_uzu42.c [new file with mode: 0644]
keyboards/uzu42/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/uzu42/readme.md [new file with mode: 0644]
keyboards/uzu42/rev1/config.h [new file with mode: 0644]
keyboards/uzu42/rev1/rev1.c [new file with mode: 0644]
keyboards/uzu42/rev1/rev1.h [new file with mode: 0644]
keyboards/uzu42/rev1/rules.mk [new file with mode: 0644]
keyboards/uzu42/rev1/serial_config.h [new file with mode: 0644]
keyboards/uzu42/rev1/serial_config_simpleapi.h [new file with mode: 0644]
keyboards/uzu42/rules.mk [new file with mode: 0644]
keyboards/uzu42/uzu42.c [new file with mode: 0644]
keyboards/uzu42/uzu42.h [new file with mode: 0644]