summaryrefslogtreecommitdiff
path: root/keyboards/gray_studio
Commit message (Collapse)AuthorAge
* Cleanup rules.mk for 32U4 keyboards, G (#6971)fauxpark2019-10-12
| | | | | | * Cleanup rules.mk for 32U4 keyboards, G * Update keyboards/gray_studio/cod67/rules.mk
* Gray Studio Space65 Configurator Layout fix (#6987)noroadsleft2019-10-09
| | | | - LAYOUT_65_ansi_blocker data was actually LAYOUT's data. - added actual LAYOUT_65_ansi_blocker data
* 65 ansi blocker everywhere (everywhere I can find) (#6805)MechMerlin2019-09-25
| | | | | | | | | | | | | | | | | | | | * e6.5 actually already had a 65_ansi_blocker LAYOUT macro, so just had to enable in rules. * Add the 65_ansi_blocker LAYOUT macro and enable in rules.mk * rename LAYOUT macro in .h and in the keymap.c as it was only a default keymap. Also enable in rules.mk * rename but also had to define the existing LAYOUT macro as the new one to prevent breakage of existing keymaps * add 65_ansi_blocker support for vinta * forgot to update the info.json on these * add new default layout 65_ansi_blocker support to alt * add 65_ansi_blocker support * undo changes
* Cleanup rules.mk for 32A and 328P keyboards (#6767)fauxpark2019-09-20
|
* [Keyboard] Update space65.c to fix caps lock LED (#6375)trinity15612019-07-20
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-16
|
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-15
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* [Keyboard] Refactor HB85 to get rid of custom i2c code (#5570)MechMerlin2019-04-07
| | | | | | | | | | | | | | * remove dependency on custom i2c code * missed a pragma once * fix readme install instructions * config.h cleanup * make the bootmagic key not the same bmc reset key * disable bootmagic functionality as it doesn't seem to work on atmega32a bmc boards
* [Keyboard] HB85 Refactor/Layout Addition (#5451)MechMerlin2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * introduce stt layout with K(row)(col) * set bootmagic to lite * Rename the original LAYOUT to LAYOUT_all Introduce the STT layout In additional the whole matrix was changed to support the K(row)(col) notation. * rename LAYOUT to LAYOUT_all * add QMK Configurator support * stt keymap based on mrpetrov's default configuration on the hb85 he lent me * update readme * introduce basic and aop layouts along with QMK Configurator support for them * add a new line * add EEP_RST to layer 1 as it is needed to get rgb underglow to work * add documentation on how to reset the eeprom on the board * put contributors names where appropriate
* [Keyboard] Adds Gray Studio HB85 Initial Support (#5311)Felipe Coury2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | * Gray Studio HB85 Initial Support * Fixed README image * Updated README * Disabled Bootmagic and Console for HB85 * Fixed Numpad 4 matrix place * Fixes board crashing with RGB enabled * Moved HB85 files to gray_studio folder * Uses old i2c library since this version makes RGB underglow work * Improved default keymap with underglow control layer * Removes obsolete program and uses generic script instead As per zvecr feedback * Uses GPIO Functions to initialise and set RGB underglow PINS
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-18
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* [Keyboard] Space65: RGB Animations on by default (#5097)MechMerlin2019-02-11
|
* Space65 Updates (#5008)MechMerlin2019-01-31
| | | | | | | | | | | | | | | | * update reset sequence info * fix my rgb underglow led number flub * add a more sensible keymap * add caps lock led support * remove unused #define * swap the spacebar sizes around to match the space65 * use vomindoraan's suggestion in PR to use IS_LED_ON
* space65-5001 init, small corrections to the total number of leds (#5006)Othi2019-01-30
|
* [Keyboard] Gray Studio Directory (#5002)MechMerlin2019-01-30
| | | | | | * move cod67 into the gray_studio directory * modify readmes
* Fix link and name spelling in Space65's readme (#5004)Konstantin Đorđević2019-01-30
|
* [Keyboard] Gray Studio Space 65 Support (#5001)MechMerlin2019-01-29
* initial commit * get rid of vanilla code, and fix formatting * write up a nice looking readme * add in pins and enable features * define keymap and switch/physical matrix * add QMK Configurator support * switch to bootmagic lite to decrease file size