aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/hs60
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Added INSERT to my keymaps (#5284)stanrc852019-03-011-2/+2
| | | | | | * Add INSERT and EEP_RST to HS60 keymap * Add INSERT to keymap
* HS60 v2: Instructions how to reset and flash (#5241)Andy2019-03-011-1/+20
| | | | | | * HS60 v2: Instructions how to reset and flash * HS60v2 README using place holder for keymap
* [Keymap] Cleaning up my config and userspace files (#5265)stanrc852019-02-283-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
* [Keymap] Hs60 win osx dual (#5249)mcmadhatter2019-02-263-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
* [Keymap] HS60 v2 keymap updates (#5250)stanrc852019-02-254-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
* [Keymap] HS60 v2 ISO layout andys8 (#5235)Andy2019-02-252-0/+65
|
* Corrected HS60 v2 keyboard name in info.json (#5242)stanrc852019-02-251-2/+2
| | | | | | * Corrected keyboard name in info.json * Updated maintainer to yiancar
* [Keymap] Initial upload of stanrc85 HS60 v2 layout and config (#5217)stanrc852019-02-244-0/+108
|
* Make escape work after changing the backlight settings on the HS60 V2 (#5193)Hannes Hornwall2019-02-201-4/+4
|
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-182-2/+2
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-262-9/+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
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-132-2/+2
|
* Final HS60v2 changes. (#4790)yiancar2019-01-0613-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>
* Allow HS60 to use Community Layouts (#3862)Drashna Jaelre2018-12-063-2/+10
| | | | | | | | | | | | * Add layout support to HS60 * Update Readme for HS60 * Remove defective code * Clean up readme * Fix typo
* Keyboard: Add HS60 V2 (#4250)yiancar2018-10-2631-13/+5231
| | | | | | | | | | | | | * HS60 V2 - Created V1 and V2 folders - Added V2 ARM configuration * Problems in paradise * More touble * We got it now!
* Addition of hard brigtness limit for RGB_Matrix (#3299)yiancar2018-07-031-0/+1
| | | | | | | | | | | * Addition of hard brigtness limit for RGB_Matrix - Added a define "RGB_MATRIX_MAXIMUM_BRIGHTNESS" to enable hard limiting the maximum brightness for rgb_matrix - Used the above define to limit the maximum brigthness of HS60 for better stability * Added docs for new rgb_matrix define * Addition of check for maximum brightness
* Fix HS60 config for ANSI keymap (#3054)yiancar2018-05-251-0/+6
| | | - This is mostly for safety
* Rename ANSI keymap of HS60 (#3041)yiancar2018-05-243-0/+0
|
* HS60 ANSI keymap (#3010)yiancar2018-05-207-8/+243
| | | | | | | | | | | | | | | | * Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * Remove modular from master This is to fix incorrect branching * HS60 ANSI update * HS60 ANSI update
* checking in xxinophobia's changes to get ISO enter working correctly (#2999)MechMerlin2018-05-181-2/+1
|
* remove a KC-NO in row 1 (#2994)MechMerlin2018-05-181-2/+2
|
* Add QMK Configurator support and remove Layouts definitions (#2977)MechMerlin2018-05-176-6/+36
| | | | | | | | * Add QMK Configurator support and remove userspace definitions * fix that build breakage * Unsupport community layouts but use standard layouts
* Addition of HS60 ISO keyboard (#2972)yiancar2018-05-157-0/+660
* Added Modular keyboards L,R and NUM Created code modules for the 3 modules of the modular keyboard. Original idea by MechboardsUK. Uses i2c implementation similar to lets split * Remove modular from master This is to fix incorrect branching * HS60 initial rgb port porting HS60 to master rgb code * HS60 fixes * Hs60 rgb changes * Cleanup for HS60 ISO * More HS60 cleanup * Update config.h * More Cleanup for HS60 * HS60 modifications to work with configurator * More HS60 cleanup * Remove userspace layouts on HS60 * Update rules.mk * HS60 bootloader change