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 new handwired keyboard (Ergocheap) #11857

Merged
merged 27 commits into from
Apr 8, 2021
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b95bbe0
Added ergocheap keymap and setting
RalvinAdrian Feb 11, 2021
2664fe2
Update readme.md
RalvinAdrian Feb 11, 2021
04e5678
Update readme.md
RalvinAdrian Feb 11, 2021
805cf89
reverting layout name
RalvinAdrian Feb 11, 2021
1e51bfa
Update keyboards/handwired/ergocheap/rules.mk
RalvinAdrian Feb 13, 2021
033c8a5
Update ergocheap.c
RalvinAdrian Feb 13, 2021
33e781c
Merge branch 'master' of https://github.com/xSteins/qmk_firmware
RalvinAdrian Feb 13, 2021
f6047cb
Update keyboards/handwired/ergocheap/config.h
RalvinAdrian Feb 13, 2021
758a186
Merge branch 'master' of https://github.com/xSteins/qmk_firmware
RalvinAdrian Feb 13, 2021
07569b4
Update layout name & keymap
RalvinAdrian Feb 14, 2021
6e2ae9a
Add via keymap
RalvinAdrian Feb 15, 2021
ab1adb1
Add another spacebar
RalvinAdrian Feb 20, 2021
e073f86
Update keyboards/handwired/ergocheap/readme.md
RalvinAdrian Feb 20, 2021
83a5d07
Update keyboards/handwired/ergocheap/rules.mk
RalvinAdrian Feb 20, 2021
c92599d
Merge branch 'master' of https://github.com/xSteins/qmk_firmware
RalvinAdrian Feb 20, 2021
7dc2f5c
Removed commented keymap
RalvinAdrian Feb 20, 2021
604018a
Removed commented keymap on via folder
RalvinAdrian Feb 20, 2021
fb8ff3d
removed LTO
RalvinAdrian Feb 20, 2021
bc874d0
Add 2 empty layer on via folder
RalvinAdrian Feb 25, 2021
4ccaa12
Update quantum/rgblight.h
RalvinAdrian Mar 11, 2021
8b5385f
Update quantum/rgblight.c
RalvinAdrian Mar 11, 2021
9119a99
Update keyboards/handwired/ergocheap/ergocheap.h
RalvinAdrian Mar 11, 2021
9416fe3
Update quantum/process_keycode/process_music.c
RalvinAdrian Mar 11, 2021
9c1d7d5
Overwrite mcuconf file using chibios reference
RalvinAdrian Apr 3, 2021
95c112f
chconf & halconf migrate from chibios common ref
RalvinAdrian Apr 4, 2021
8b90cd8
update keymap
RalvinAdrian Apr 4, 2021
379c94c
Create info.json
RalvinAdrian Apr 4, 2021
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 quantum/rgblight.h
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
RalvinAdrian and fauxpark committed Mar 11, 2021
commit 4ccaa127b58797e5a2df94b70e887f61c84c500e
3 changes: 3 additions & 0 deletions quantum/rgblight.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ uint8_t rgblight_get_speed(void);
void rgblight_set_speed(uint8_t speed);
void rgblight_set_speed_noeeprom(uint8_t speed);

RalvinAdrian marked this conversation as resolved.
Show resolved Hide resolved
/* reset */
void rgblight_reload_from_eeprom(void);

/* query */
uint8_t rgblight_get_mode(void);
uint8_t rgblight_get_hue(void);
Expand Down