summaryrefslogtreecommitdiffstats
path: root/keyboards/hs60/v2
AgeCommit message (Collapse)AuthorFilesLines
2019-04-04[Keymap] Additional RGB options set (#5551)stanrc851-0/+19
* Add new RGB backlight options to config * Add new RGB options
2019-04-04 [Keyboard] Added configurable defaults for RGB backlight parameters. (#5549)Wilba1-0/+10
* Added configurable defaults for RGB backlight indicators. * Added more configurable defaults
2019-04-04[Keymap] New HS60/v2 HHKB keymap for goatmaster (#5545)stanrc854-0/+180
* Adding new keymap folder for goadmaster * add switch break * zeal60 rgb backlight files * modified for red caps lock key * Remove return statement * Files removed * Add new RGB options * Back to original file
2019-04-03Merge pull request #5536 from stanrc85/feature/updatesDrashna Jaelre1-1/+1
[Keymap] Config tweaks and adding zeal60 RGB files to userspace
2019-04-03Added configurable defaults for RGB backlight indicators.Wilba65821-0/+5
2019-04-03Call default zeal60 rgb filestanrc851-0/+1
2019-04-03Use modified rgb_backlight.c filestanrc851-1/+0
2019-03-28[Keymap] Add custom macro to launch RDP (#5502)stanrc851-1/+1
* Add keycodes for new macros to keymaps * add macros for commonly used shortcuts * FIx macro code and add comments * Replaced with build in QMK keycodes * Removed macros that duplicated QMK keycodes
2019-03-23[Keymap] New tap dance code added to userspace and keymaps (#5468)stanrc851-1/+1
* Adding new tap dance key * Adding new tap dance code * add code for copy/paste to tap dance * testing tap dance enums * New tap dance keycodes * Fix enums
2019-03-20[Keymap] Keymap and readme updates (#5449)stanrc852-12/+1
* Remove tap dance code from keymap.c * Add tap dance code to userspace files * Readme updates * Update keymap images
2019-03-06[Keymap] Add KC_MAKE keycode to my userspace and keymaps (#5324)stanrc851-2/+2
* Add keycode for KC_MAKE * Add KC_MAKE keycode * Add stanrc85.c file with KC_MAKE * Remove unused include * Improved KC_MAKE stolen from Drashna * Define mod mask for new KC_MAKE code * RESET board to flash after compiling * Remove send_string * RESET fixed in KC_MAKE
2019-03-04Fixed default to dissable VIA (#5309)yiancar1-2/+2
This should have gone into previous PR but I am dumb
2019-03-04Separate keymaps to VIA enabled/dissabled. (#5302)yiancar17-7/+657
* Separate keymaps to VIA enabled/dissabled. - Default rules.mk has been changed to disable via. - VIA keymaps have been added for default keymaps. * Update naming
2019-03-01[Keymap] Added INSERT to my keymaps (#5284)stanrc851-2/+2
* Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap
2019-03-01HS60 v2: Instructions how to reset and flash (#5241)Andy1-1/+20
* HS60 v2: Instructions how to reset and flash * HS60v2 README using place holder for keymap
2019-02-28[Keymap] Cleaning up my config and userspace files (#5265)stanrc853-20/+23
* Removed since options are in userspace * Removed RGB option that was breaking one of my builds * Remove unused options * Removed options present in userspace, add board specific options here * Removed code also present in userspace * Turns out those lines were needed, added them back * Testing changes * Added code to ensure board read as ANSI instead of default ISO for HS60 * Setting \ key to "MOD" instead of "ALPHA" for lighting
2019-02-26[Keymap] Hs60 win osx dual (#5249)mcmadhatter3-0/+104
* Added a dual windows/osx layout Default layer is normal ISO for windows. Second layout is Windows ISO layout but for OSX, but with the keys corrected so you will get the correct shifted and alt'd keys on OSX (keyboard keys match OSX keys without having to change your keyboard type in system preferences). Layer three is configuration and other functions, and layer four is where the shifting magic happens. Also tab and caps lock have been swapped around. * made sure bootmagic is in a seperate rules.mk made sure bootmagic is in a seperate rules.mk * commiting the keymap rules.mk commiting the keymap rules.mk
2019-02-26[Keymap] HS60 v2 keymap updates (#5250)stanrc854-30/+59
* Add backlight controls * Add backlight controls and remove RGB underglow * Make HS60 board specific changes to readme * Remove BL_TOGG as it isn't use on this board
2019-02-26[Keymap] HS60 v2 ISO layout andys8 (#5235)Andy2-0/+65
2019-02-25Corrected HS60 v2 keyboard name in info.json (#5242)stanrc851-2/+2
* Corrected keyboard name in info.json * Updated maintainer to yiancar
2019-02-25[Keymap] Initial upload of stanrc85 HS60 v2 layout and config (#5217)stanrc854-0/+108
2019-02-20Make escape work after changing the backlight settings on the HS60 V2 (#5193)Hannes Hornwall1-4/+4
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr1-1/+1
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-4/+11
* 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
2019-01-07Final HS60v2 changes. (#4790)yiancar13-689/+157
* initial commit, this now mostly works - RGB controls work - Dynamic keymap still broken due to eeprom - Via works * STM32 eeprom update - Update EEPROM emulation library to handle 8bit data like AVR. - This library also allows for multiple page pairs resulting in greater EEPROM size flexibility * hs60 changes * HS60 hhkb added * Update keyboards/hs60/v2/config.h Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy>
2018-10-27Keyboard: Add HS60 V2 (#4250)yiancar20-0/+5227
* HS60 V2 - Created V1 and V2 folders - Added V2 ARM configuration * Problems in paradise * More touble * We got it now!