summaryrefslogtreecommitdiffstats
path: root/keyboards/hs60
AgeCommit message (Collapse)AuthorFilesLines
2019-01-13Modified URLs to point to new locationsJeremy Bernhardt2-2/+2
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-12-06Allow HS60 to use Community Layouts (#3862)Drashna Jaelre3-2/+10
* Add layout support to HS60 * Update Readme for HS60 * Remove defective code * Clean up readme * Fix typo
2018-10-27Keyboard: Add HS60 V2 (#4250)yiancar31-13/+5231
* HS60 V2 - Created V1 and V2 folders - Added V2 ARM configuration * Problems in paradise * More touble * We got it now!
2018-07-03Addition of hard brigtness limit for RGB_Matrix (#3299)yiancar1-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
2018-05-26Fix HS60 config for ANSI keymap (#3054)yiancar1-0/+6
- This is mostly for safety
2018-05-25Rename ANSI keymap of HS60 (#3041)yiancar3-0/+0
2018-05-20HS60 ANSI keymap (#3010)yiancar7-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
2018-05-19checking in xxinophobia's changes to get ISO enter working correctly (#2999)MechMerlin1-2/+1
2018-05-18remove a KC-NO in row 1 (#2994)MechMerlin1-2/+2
2018-05-18Add QMK Configurator support and remove Layouts definitions (#2977)MechMerlin6-6/+36
* Add QMK Configurator support and remove userspace definitions * fix that build breakage * Unsupport community layouts but use standard layouts
2018-05-15Addition of HS60 ISO keyboard (#2972)yiancar7-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