summaryrefslogtreecommitdiffstats
path: root/keyboards/melody96
AgeCommit message (Collapse)AuthorFilesLines
2019-03-02Add SysRq, Break combos and other keys to Melody96 keymapKonstantin Đorđević1-2/+2
2019-03-02Add media controls to Melody96 keymapKonstantin Đorđević1-2/+2
2019-03-02Add blank lines, prefer explicit initializationKonstantin Đorđević1-1/+1
2019-03-02Add GODSPEED_YELLOW colorKonstantin Đorđević1-2/+9
2019-03-02Update GODSPEED_BLUE values and RGB mode keysKonstantin Đorđević1-3/+3
2019-03-02Set Melody96 underglow color to Godspeed blue on EEPROM resetKonstantin Đorđević1-0/+4
2019-03-02Switch to UNICODEMAP in keyboard rulesKonstantin Đorđević1-8/+8
2019-03-02Add RGB_SET keycode to Melody96 and RGB files to userspaceKonstantin Đorđević1-4/+19
2019-03-02Add RGB controls and numpad Unicode to Melody96 keymapKonstantin Đorđević1-11/+11
2019-03-02Use "Vo-", "Vo+" instead of "VoD", "VoU" in keymap commentsKonstantin Đorđević1-1/+1
2019-03-02Move feature flags from userspace into keyboard rulesKonstantin Đorđević1-0/+9
2019-03-02Add melody96:konstantin keymapKonstantin Đorđević3-0/+56
2019-02-23edit the readme to mention the NYM96 since it's the same PCB and is ↵mechmerlin1-2/+2
currently on sale at Massdrop
2019-02-17Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)fauxpark1-1/+0
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-5/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt1-1/+1
2018-09-26Keyboard: added mehkee96 support -JT (#3957)johanntang1-6/+0
* added mehkee96 support -JT * making requested changes -JT * fixes -jt * fixed info.json -JT * tidy up info.json comments from noroadsleft -JT
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-3/+0
* Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
2018-07-14Configurator does not work with melody96 leds (#3396)MechMerlin3-70/+21
* move out led code from keymap.c to melody96.c * remove the other led_set_user
2018-06-14QMK Configurator Support for Melody96 (#3177)MechMerlin1-0/+12
2018-06-12Fix melody96 default keymap graphic. (#3169)kaylanm1-11/+11
2018-06-05adding all ErgoTravel Files (#3129)Pierre Constantineau1-83/+83
* adding all ErgoTravel Files * fixing KC_KEYMAP to LAYOUT_kc on Viet's keymap.c
2018-06-04Keymap with dynamic macro (#3121)crilith1-0/+83
* Add files via upload Added dynamic macro support * Delete keymap.c
2018-06-04Added ASCII legend to melody96 to help visualize the layouts (#3117)fordmustang5l1-0/+50
2018-06-02Melody96 QMK Support (#3108)kaylanm6-0/+229
* Initial melody96 keyboard definition. * Fixes for Melody96 keyboard definition.