Add QMK Configurator Support for ORG60 (#3228)
* Add additional readme notes on how to fix the flickering backlight issue * Add QMK Configurator support
This commit is contained in:
committed by
Drashna Jaelre
parent
ae8dfbabf9
commit
2f8f26b1e0
@@ -1,4 +1,4 @@
|
||||
#include "org60.h"
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "action_layer.h"
|
||||
|
||||
// Keyboard Layers
|
||||
@@ -9,7 +9,7 @@ enum keyboard_layers {
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[_BASE] = KEYMAP(
|
||||
[_BASE] = LAYOUT(
|
||||
/*
|
||||
0: Base Layer
|
||||
.--------------------------------------------------------------------------------------------------------------------------------------.
|
||||
@@ -58,7 +58,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
//--------------------------------------------------------------------------------------------------------------------------------------'
|
||||
|
||||
|
||||
[_FUNCTION] = KEYMAP(
|
||||
[_FUNCTION] = LAYOUT(
|
||||
/*
|
||||
1: Function Layer
|
||||
.--------------------------------------------------------------------------------------------------------------------------------------.
|
||||
|
||||
Reference in New Issue
Block a user