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 corne keyboard #3119

Merged
merged 33 commits into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ddbc561
Fork from helix
foostan Apr 24, 2018
1ae492d
Move rev2 to rev1
foostan Apr 25, 2018
e543d77
Remove unused settings
foostan Apr 25, 2018
9edcc43
Move split_util to outof rev
foostan Apr 25, 2018
d5cadf1
Setup KEYMAP for crkbd
foostan Apr 25, 2018
a8529ce
Remove old image
foostan Apr 25, 2018
558ea64
Move keymaps directory and glcdfont.c
foostan Apr 26, 2018
454dcba
Remove AUDIO in keymap
foostan May 9, 2018
5e9e5b6
Show keylog
foostan May 9, 2018
60c6157
Show keylogs
foostan May 9, 2018
fdc4c44
Show time log
foostan May 9, 2018
903ea18
Remove EISU/KANA
foostan May 9, 2018
b89f273
Use KEYMAP_kc
foostan May 9, 2018
86d6036
Remove iota_gfx_record_user wrapping
foostan May 10, 2018
124be9c
Remove unused settings for layer
foostan May 10, 2018
045e987
Add keylogger.c
foostan May 14, 2018
cfe061a
Fix uppercase letters to lower
foostan May 14, 2018
576fa42
Add timelogger.c
foostan May 14, 2018
f48f0c8
Default RGBLED_NUM = 27
foostan May 14, 2018
17a3744
Remove unused setting
foostan May 14, 2018
8d7eef4
Add mode icon reader
foostan May 14, 2018
7b218be
Add matrix_write_ln
foostan May 14, 2018
fe50fc3
Add layer_state_reader
foostan May 14, 2018
a4883c1
Move to lib directory
foostan May 14, 2018
5278d0a
Rename functions
foostan May 14, 2018
c73adbb
Add host_led_state_reader
foostan May 14, 2018
0ea736f
Add logo_reader
foostan May 14, 2018
b781283
Cleaning of iota_gfx_task
foostan May 14, 2018
baab9a0
Fix bugs and add key defines
foostan May 22, 2018
3cdaac4
Remove unnecessary comments
foostan Jun 3, 2018
abb9be7
Update crkbd readme
foostan Jun 3, 2018
06a244a
Move libs to lib directories
foostan Jun 3, 2018
0f74fd8
Rename KEYMAP to LAYOUT
foostan Jun 5, 2018
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
Move libs to lib directories
  • Loading branch information
foostan committed Jun 3, 2018
commit 06a244aad467b39dfdbdaaabd0bfe0df01837d4d
12 changes: 6 additions & 6 deletions keyboards/crkbd/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
#include "ssd1306.h"
#endif

#include "lib/mode_icon_reader.c"
#include "lib/layer_state_reader.c"
#include "lib/host_led_state_reader.c"
#include "lib/logo_reader.c"
#include "lib/keylogger.c"
#include "lib/timelogger.c"
#include "../lib/mode_icon_reader.c"
#include "../lib/layer_state_reader.c"
#include "../lib/host_led_state_reader.c"
#include "../lib/logo_reader.c"
#include "../lib/keylogger.c"
#include "../lib/timelogger.c"

extern keymap_config_t keymap_config;

Expand Down
25 changes: 0 additions & 25 deletions keyboards/crkbd/keymaps/default/readme.md

This file was deleted.