Zeal60/Zeal65/M60-A implementation (#3879)
* Initial version of zeal60
* WIP
* Fixes issue #900
* Adding RGB underglow functionality.
Fixed a compile-time conflict caused by enabling RGB underglow functionality.
* Refactor RPC protocol
* Fix last merge
* README for RGB underglow updated.
* Additional README changes.
* Adding RGBW strip software-based current-limiting functionality.
* RGBW current-limiting functionality should be handled by RGBSTRIP_MAX_CURRENT_PER_LIGHT instead.
* Updated README to reflect implementation of built-in current limiting.
* Keymap readability improvements.
* Minor keymap improvements.
* Fixed LED driver init sequence, formatting
* Dimming implementation tested, working.
* Stab LEDs synced with spacebar hits in effects.
* RGB underglow tested and functional. Simplified README for RGB underglow.
* Undid accidental file deletion from previous merge conflict. Safer values for RGB underglow.
* Improved arrow key positions in keymap.
* Added functionality to correct uneven RGB underglow. Refactored related code.
* Reverted to safer values for underglow.
* Changes for v0.3
* Custom LED brightness scaling will take place after current adjustment in order to avoid being overridden.
* Create keymap.c
Added split backspace and split shift to ISO layout
* Create config.h
Turned on LEDs for new layout
* Fixed bug where left spacebar stabilizer LED (LC06) would adopt color of row above.
* Added hhkb_wilba keymap
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Added indicators, full param setting via host
* Added "mousekey" layout
* Added Zeal65 support, factory test mode
* Keycode safe range changed, caused bugs
* Bumped EEPROM version due to change in QMK keycodes
* Disable HHKB "blocked" LEDs if KC_NO in keymap
* Added "disable_hhkb_blocker_leds"
* Required overridden function for keymaps in EEPROM
* Added polar coordinate mapping, effect speed
* Force Raw HID interface number to 1 always
* Fixed last merge from master
* Added effect speed to default keymaps
* add BACKLIGHT_ prefix to vars
* add BACKLIGHT_ prefix to vars
* Keymap speed effect; keymap improvements/fixes
Readme updated to match changes
* Refactored to use common IS31FL3731/I2C drivers
* Fixed make rules, backlight disabled feature
* Make split rightshift default for Zeal65
* Added M60-A as a "version" of Zeal60.
* Renamed IS31FL3731 driver functions
* Fix suspend_wakeup_init_kb() being defined twice
* First pass refactor dynamic keymaps
* Updated to changed I2C and ISSI drivers
* Refactor zeal_color.* usage to quantum/color.*
* Updated Zeal65, fixed dynamic_keymap
* Major refactoring of Zeal60 backlight and API
* Lots of little cleanups
* Added readme.md
* Added readme.md
* Added LAYOUT_60*() macros, refactored and cleaned up default keymaps
* Fix compile error in suspend.c
* Added Zeal65 LAYOUT macros, info.json
* Added rama/m60_a, deleted zeal60/keymaps/m60_a
* Fixed rama/m60_a/keymaps/proto
* Fixed compilation error for suspend.c
* Requested changes for PR
* Fixed readme.md images
* Another readme.md fix
* Added drashna's requested changes
2018-09-13 11:37:13 -07:00
|
|
|
{
|
2023-05-01 15:25:15 -07:00
|
|
|
"keyboard_name": "Zeal65",
|
2022-08-05 22:49:44 -07:00
|
|
|
"manufacturer": "ZealPC",
|
2023-05-01 15:25:15 -07:00
|
|
|
"url": "https://zealpc.net",
|
|
|
|
"maintainer": "Wilba",
|
2022-08-05 22:49:44 -07:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x5A45",
|
|
|
|
"pid": "0x0065",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-03-10 10:41:58 -08:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F5", "D5", "B1", "B2", "B3", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
|
|
|
|
"rows": ["F0", "F1", "F4", "F6", "F7"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-07 23:41:46 -08:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
Zeal60/Zeal65/M60-A implementation (#3879)
* Initial version of zeal60
* WIP
* Fixes issue #900
* Adding RGB underglow functionality.
Fixed a compile-time conflict caused by enabling RGB underglow functionality.
* Refactor RPC protocol
* Fix last merge
* README for RGB underglow updated.
* Additional README changes.
* Adding RGBW strip software-based current-limiting functionality.
* RGBW current-limiting functionality should be handled by RGBSTRIP_MAX_CURRENT_PER_LIGHT instead.
* Updated README to reflect implementation of built-in current limiting.
* Keymap readability improvements.
* Minor keymap improvements.
* Fixed LED driver init sequence, formatting
* Dimming implementation tested, working.
* Stab LEDs synced with spacebar hits in effects.
* RGB underglow tested and functional. Simplified README for RGB underglow.
* Undid accidental file deletion from previous merge conflict. Safer values for RGB underglow.
* Improved arrow key positions in keymap.
* Added functionality to correct uneven RGB underglow. Refactored related code.
* Reverted to safer values for underglow.
* Changes for v0.3
* Custom LED brightness scaling will take place after current adjustment in order to avoid being overridden.
* Create keymap.c
Added split backspace and split shift to ISO layout
* Create config.h
Turned on LEDs for new layout
* Fixed bug where left spacebar stabilizer LED (LC06) would adopt color of row above.
* Added hhkb_wilba keymap
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Added indicators, full param setting via host
* Added "mousekey" layout
* Added Zeal65 support, factory test mode
* Keycode safe range changed, caused bugs
* Bumped EEPROM version due to change in QMK keycodes
* Disable HHKB "blocked" LEDs if KC_NO in keymap
* Added "disable_hhkb_blocker_leds"
* Required overridden function for keymaps in EEPROM
* Added polar coordinate mapping, effect speed
* Force Raw HID interface number to 1 always
* Fixed last merge from master
* Added effect speed to default keymaps
* add BACKLIGHT_ prefix to vars
* add BACKLIGHT_ prefix to vars
* Keymap speed effect; keymap improvements/fixes
Readme updated to match changes
* Refactored to use common IS31FL3731/I2C drivers
* Fixed make rules, backlight disabled feature
* Make split rightshift default for Zeal65
* Added M60-A as a "version" of Zeal60.
* Renamed IS31FL3731 driver functions
* Fix suspend_wakeup_init_kb() being defined twice
* First pass refactor dynamic keymaps
* Updated to changed I2C and ISSI drivers
* Refactor zeal_color.* usage to quantum/color.*
* Updated Zeal65, fixed dynamic_keymap
* Major refactoring of Zeal60 backlight and API
* Lots of little cleanups
* Added readme.md
* Added readme.md
* Added LAYOUT_60*() macros, refactored and cleaned up default keymaps
* Fix compile error in suspend.c
* Added Zeal65 LAYOUT macros, info.json
* Added rama/m60_a, deleted zeal60/keymaps/m60_a
* Fixed rama/m60_a/keymaps/proto
* Fixed compilation error for suspend.c
* Requested changes for PR
* Fixed readme.md images
* Another readme.md fix
* Added drashna's requested changes
2018-09-13 11:37:13 -07:00
|
|
|
"layouts": {
|
2020-01-03 12:52:00 -08:00
|
|
|
"LAYOUT_65_all": {
|
2023-04-03 22:20:10 -07:00
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [2, 13], "x": 14, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 14], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 14], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 13], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 14], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 7], "x": 3, "y": 4, "w": 7},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 11], "x": 11.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 15, "y": 4}
|
|
|
|
]
|
Zeal60/Zeal65/M60-A implementation (#3879)
* Initial version of zeal60
* WIP
* Fixes issue #900
* Adding RGB underglow functionality.
Fixed a compile-time conflict caused by enabling RGB underglow functionality.
* Refactor RPC protocol
* Fix last merge
* README for RGB underglow updated.
* Additional README changes.
* Adding RGBW strip software-based current-limiting functionality.
* RGBW current-limiting functionality should be handled by RGBSTRIP_MAX_CURRENT_PER_LIGHT instead.
* Updated README to reflect implementation of built-in current limiting.
* Keymap readability improvements.
* Minor keymap improvements.
* Fixed LED driver init sequence, formatting
* Dimming implementation tested, working.
* Stab LEDs synced with spacebar hits in effects.
* RGB underglow tested and functional. Simplified README for RGB underglow.
* Undid accidental file deletion from previous merge conflict. Safer values for RGB underglow.
* Improved arrow key positions in keymap.
* Added functionality to correct uneven RGB underglow. Refactored related code.
* Reverted to safer values for underglow.
* Changes for v0.3
* Custom LED brightness scaling will take place after current adjustment in order to avoid being overridden.
* Create keymap.c
Added split backspace and split shift to ISO layout
* Create config.h
Turned on LEDs for new layout
* Fixed bug where left spacebar stabilizer LED (LC06) would adopt color of row above.
* Added hhkb_wilba keymap
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Added indicators, full param setting via host
* Added "mousekey" layout
* Added Zeal65 support, factory test mode
* Keycode safe range changed, caused bugs
* Bumped EEPROM version due to change in QMK keycodes
* Disable HHKB "blocked" LEDs if KC_NO in keymap
* Added "disable_hhkb_blocker_leds"
* Required overridden function for keymaps in EEPROM
* Added polar coordinate mapping, effect speed
* Force Raw HID interface number to 1 always
* Fixed last merge from master
* Added effect speed to default keymaps
* add BACKLIGHT_ prefix to vars
* add BACKLIGHT_ prefix to vars
* Keymap speed effect; keymap improvements/fixes
Readme updated to match changes
* Refactored to use common IS31FL3731/I2C drivers
* Fixed make rules, backlight disabled feature
* Make split rightshift default for Zeal65
* Added M60-A as a "version" of Zeal60.
* Renamed IS31FL3731 driver functions
* Fix suspend_wakeup_init_kb() being defined twice
* First pass refactor dynamic keymaps
* Updated to changed I2C and ISSI drivers
* Refactor zeal_color.* usage to quantum/color.*
* Updated Zeal65, fixed dynamic_keymap
* Major refactoring of Zeal60 backlight and API
* Lots of little cleanups
* Added readme.md
* Added readme.md
* Added LAYOUT_60*() macros, refactored and cleaned up default keymaps
* Fix compile error in suspend.c
* Added Zeal65 LAYOUT macros, info.json
* Added rama/m60_a, deleted zeal60/keymaps/m60_a
* Fixed rama/m60_a/keymaps/proto
* Fixed compilation error for suspend.c
* Requested changes for PR
* Fixed readme.md images
* Another readme.md fix
* Added drashna's requested changes
2018-09-13 11:37:13 -07:00
|
|
|
},
|
|
|
|
"LAYOUT_65_normie": {
|
2023-04-03 22:20:10 -07:00
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
|
|
|
|
{"matrix": [0, 14], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 14], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 14], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 13], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 14], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 1], "x": 1.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 7], "x": 3, "y": 4, "w": 7},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 11], "x": 11.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 15, "y": 4}
|
|
|
|
]
|
Zeal60/Zeal65/M60-A implementation (#3879)
* Initial version of zeal60
* WIP
* Fixes issue #900
* Adding RGB underglow functionality.
Fixed a compile-time conflict caused by enabling RGB underglow functionality.
* Refactor RPC protocol
* Fix last merge
* README for RGB underglow updated.
* Additional README changes.
* Adding RGBW strip software-based current-limiting functionality.
* RGBW current-limiting functionality should be handled by RGBSTRIP_MAX_CURRENT_PER_LIGHT instead.
* Updated README to reflect implementation of built-in current limiting.
* Keymap readability improvements.
* Minor keymap improvements.
* Fixed LED driver init sequence, formatting
* Dimming implementation tested, working.
* Stab LEDs synced with spacebar hits in effects.
* RGB underglow tested and functional. Simplified README for RGB underglow.
* Undid accidental file deletion from previous merge conflict. Safer values for RGB underglow.
* Improved arrow key positions in keymap.
* Added functionality to correct uneven RGB underglow. Refactored related code.
* Reverted to safer values for underglow.
* Changes for v0.3
* Custom LED brightness scaling will take place after current adjustment in order to avoid being overridden.
* Create keymap.c
Added split backspace and split shift to ISO layout
* Create config.h
Turned on LEDs for new layout
* Fixed bug where left spacebar stabilizer LED (LC06) would adopt color of row above.
* Added hhkb_wilba keymap
* Update keymap.c
* Update keymap.c
* Update keymap.c
* Added indicators, full param setting via host
* Added "mousekey" layout
* Added Zeal65 support, factory test mode
* Keycode safe range changed, caused bugs
* Bumped EEPROM version due to change in QMK keycodes
* Disable HHKB "blocked" LEDs if KC_NO in keymap
* Added "disable_hhkb_blocker_leds"
* Required overridden function for keymaps in EEPROM
* Added polar coordinate mapping, effect speed
* Force Raw HID interface number to 1 always
* Fixed last merge from master
* Added effect speed to default keymaps
* add BACKLIGHT_ prefix to vars
* add BACKLIGHT_ prefix to vars
* Keymap speed effect; keymap improvements/fixes
Readme updated to match changes
* Refactored to use common IS31FL3731/I2C drivers
* Fixed make rules, backlight disabled feature
* Make split rightshift default for Zeal65
* Added M60-A as a "version" of Zeal60.
* Renamed IS31FL3731 driver functions
* Fix suspend_wakeup_init_kb() being defined twice
* First pass refactor dynamic keymaps
* Updated to changed I2C and ISSI drivers
* Refactor zeal_color.* usage to quantum/color.*
* Updated Zeal65, fixed dynamic_keymap
* Major refactoring of Zeal60 backlight and API
* Lots of little cleanups
* Added readme.md
* Added readme.md
* Added LAYOUT_60*() macros, refactored and cleaned up default keymaps
* Fix compile error in suspend.c
* Added Zeal65 LAYOUT macros, info.json
* Added rama/m60_a, deleted zeal60/keymaps/m60_a
* Fixed rama/m60_a/keymaps/proto
* Fixed compilation error for suspend.c
* Requested changes for PR
* Fixed readme.md images
* Another readme.md fix
* Added drashna's requested changes
2018-09-13 11:37:13 -07:00
|
|
|
}
|
|
|
|
}
|
2021-09-11 21:04:56 -07:00
|
|
|
}
|