qmk-firmware/keyboards/zeal60
Andrew Kannan 6b4549da8c Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094)
* Add stm32f072 base ck4x4 to handwired

* add prints

* Save these tries

* Save changes again

* Working hadron oled

* OLEd working but ws2812b still iffy:

* save another try

* Encoder feature + OLED

* RTC code

* Implement clock setting mode

* Whitespace

* Encoder hooked up to working LED PWM code

* Add missing files

* eeprom changes

* Save changes

* Move i2c master

* Move satisfaction75 under cannonkeys

* Set proper default folder

* Revert some core changes

* Undo paved iris changes

* Reorganize code for maintainability and prep for new features

* Add starting code for clock OLED mode

* Clock set mode finished

* Add custom encoder modes

* Actually add VIA keymap

* Gate to only 072

* fix gate for only 072

* Update header guards and includes

* Update i2c selection strategy

* Update board.c to handle software reset to DFU
2019-02-13 08:03:26 -08:00
..
keymaps Add my zeal60 keymap (#4732) 2018-12-28 22:27:35 -08:00
config.h Adds a default value for IS_COMMAND for COMMAND feature (#4301) 2019-01-26 15:49:45 -08:00
info.json Zeal60/Zeal65/M60-A implementation (#3879) 2018-09-13 14:37:13 -04:00
readme.md Zeal60/Zeal65/M60-A implementation (#3879) 2018-09-13 14:37:13 -04:00
rgb_backlight.c Final HS60v2 changes. (#4790) 2019-01-06 17:22:19 -08:00
rgb_backlight.h Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 2018-11-30 08:43:34 -08:00
rgb_backlight_api.h Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 2018-11-30 08:43:34 -08:00
rgb_backlight_keycodes.h Zeal60/Zeal65/M60-A implementation (#3879) 2018-09-13 14:37:13 -04:00
rules.mk Replace outdated RGB/Audio information 2018-10-22 14:55:05 -04:00
zeal60.c Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 2018-11-30 08:43:34 -08:00
zeal60.h Zeal60/Zeal65/M60-A implementation (#3879) 2018-09-13 14:37:13 -04:00
zeal60_api.h Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520) 2018-11-30 08:43:34 -08:00
zeal60_keycodes.h Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00

readme.md

Zeal60

Zeal60

This is a 60% PCB with per-key RGB LEDs and supports ANSI, ISO, winkey/winkeyless bottom row, HHKB-layout (split right shift and backspace).

Keyboard Maintainer: Wilba and on github
Hardware Supported: Zeal60 PCB Rev 0-3
Hardware Availability: https://zealpc.net/collections/group-buy-pre-orders/products/zeal60rgb

Make example for this keyboard (after setting up your build environment):

make zeal60:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

RGB Backlight Configuration

A keymap (in the keymaps directory) can optionally configure which RGB backlight LEDs are used, depending on the needs of the layout, by adding a config.h file in the keymap's directory.
The following #define symbols will enable/disable a feature using 1 or 0.

RGB_BACKLIGHT_USE_SPLIT_BACKSPACE

Split backspace is being used, enables the right LED of the split backspace (the top-right corner)

RGB_BACKLIGHT_USE_SPLIT_LEFT_SHIFT

Split left shift is being used (i.e. ISO layout), enables the right LED of the split left shift (the ISO key)

RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT

Split right shift is being used (i.e. HHKB style layouts), enables the right LED of the split right shift (the Fn key)

RGB_BACKLIGHT_USE_7U_SPACEBAR

A 7U spacebar is being used, controls the LEDs under the right stabilizer (of 7U spacebar) and right Alt (if 6.25U spacebar).

RGB_BACKLIGHT_USE_ISO_ENTER

An ISO Enter is being used. Only used to tweak the location of the LED being used under ANSI Enter/backslash

RGB_BACKLIGHT_DISABLE_HHKB_BLOCKER_LEDS

Disables the LEDs under HHKB corner blockers, useful for transparent cases.