]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add corne keyboard (#3119)
authorKosuke Adachi <ks@fstn.jp>
Fri, 8 Jun 2018 22:28:28 +0000 (07:28 +0900)
committerDrashna Jaelre <drashna@live.com>
Fri, 8 Jun 2018 22:28:28 +0000 (15:28 -0700)
commit710937e4ef1e14d82261fc439aa6fcfcdbd64bf5
tree6226a1d3027634af4b4508dce101ff938f356782
parent300cf977c93b9b37a57643ddbfa8d0bd13b29e18
Add corne keyboard (#3119)

* Fork from helix

* Move rev2 to rev1

* Remove unused settings

* Move split_util to outof rev

* Setup KEYMAP for crkbd

* Remove old image

* Move keymaps directory and glcdfont.c

* Remove AUDIO in keymap

* Show keylog

* Show keylogs

* Show time log

* Remove EISU/KANA

* Use KEYMAP_kc

* Remove iota_gfx_record_user wrapping

* Remove unused settings for layer

* Add keylogger.c

* Fix uppercase letters to lower

* Add timelogger.c

* Default RGBLED_NUM = 27

* Remove unused setting

* Add mode icon reader

* Add matrix_write_ln

* Add layer_state_reader

* Move to lib directory

* Rename functions

* Add host_led_state_reader

* Add logo_reader

* Cleaning of iota_gfx_task

* Fix bugs and add key defines

* Remove unnecessary comments

* Update crkbd readme

* Move libs to lib directories

* Rename KEYMAP to LAYOUT
29 files changed:
keyboards/crkbd/config.h [new file with mode: 0644]
keyboards/crkbd/crkbd.c [new file with mode: 0644]
keyboards/crkbd/crkbd.h [new file with mode: 0644]
keyboards/crkbd/i2c.c [new file with mode: 0644]
keyboards/crkbd/i2c.h [new file with mode: 0644]
keyboards/crkbd/keymaps/default/config.h [new file with mode: 0644]
keyboards/crkbd/keymaps/default/glcdfont.c [new file with mode: 0644]
keyboards/crkbd/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/crkbd/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/crkbd/keymaps/lib/host_led_state_reader.c [new file with mode: 0644]
keyboards/crkbd/keymaps/lib/keylogger.c [new file with mode: 0644]
keyboards/crkbd/keymaps/lib/layer_state_reader.c [new file with mode: 0644]
keyboards/crkbd/keymaps/lib/logo_reader.c [new file with mode: 0644]
keyboards/crkbd/keymaps/lib/mode_icon_reader.c [new file with mode: 0644]
keyboards/crkbd/keymaps/lib/timelogger.c [new file with mode: 0644]
keyboards/crkbd/pro_micro.h [new file with mode: 0644]
keyboards/crkbd/readme.md [new file with mode: 0644]
keyboards/crkbd/rev1/config.h [new file with mode: 0644]
keyboards/crkbd/rev1/matrix.c [new file with mode: 0644]
keyboards/crkbd/rev1/rev1.c [new file with mode: 0644]
keyboards/crkbd/rev1/rev1.h [new file with mode: 0644]
keyboards/crkbd/rev1/rules.mk [new file with mode: 0644]
keyboards/crkbd/rules.mk [new file with mode: 0644]
keyboards/crkbd/serial.c [new file with mode: 0644]
keyboards/crkbd/serial.h [new file with mode: 0644]
keyboards/crkbd/split_util.c [new file with mode: 0644]
keyboards/crkbd/split_util.h [new file with mode: 0644]
keyboards/crkbd/ssd1306.c [new file with mode: 0644]
keyboards/crkbd/ssd1306.h [new file with mode: 0644]